add initial homelab structure

This commit is contained in:
Sangmin Kim 2026-05-19 10:58:58 +09:00
parent 69f87fed4d
commit 469c0856db
13 changed files with 13 additions and 0 deletions

1
modules/base.nix Normal file
View file

@ -0,0 +1 @@
# TODO: Define common base system settings.

1
modules/gc.nix Normal file
View file

@ -0,0 +1 @@
# TODO: Define garbage collection settings.

1
modules/ssh.nix Normal file
View file

@ -0,0 +1 @@
# TODO: Define OpenSSH settings.

1
modules/tailscale.nix Normal file
View file

@ -0,0 +1 @@
# TODO: Define Tailscale settings.

1
modules/users.nix Normal file
View file

@ -0,0 +1 @@
# TODO: Define users and SSH authorized keys.