mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
add initial homelab structure
This commit is contained in:
parent
69f87fed4d
commit
469c0856db
13 changed files with 13 additions and 0 deletions
1
modules/base.nix
Normal file
1
modules/base.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
# TODO: Define common base system settings.
|
||||
1
modules/gc.nix
Normal file
1
modules/gc.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
# TODO: Define garbage collection settings.
|
||||
1
modules/ssh.nix
Normal file
1
modules/ssh.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
# TODO: Define OpenSSH settings.
|
||||
1
modules/tailscale.nix
Normal file
1
modules/tailscale.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
# TODO: Define Tailscale settings.
|
||||
1
modules/users.nix
Normal file
1
modules/users.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
# TODO: Define users and SSH authorized keys.
|
||||
Loading…
Add table
Add a link
Reference in a new issue