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
flake.nix
Normal file
1
flake.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Define the homelab NixOS flake.
|
||||||
1
home/admin.nix
Normal file
1
home/admin.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Define admin Home Manager settings.
|
||||||
1
hosts/midgard/default.nix
Normal file
1
hosts/midgard/default.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Define the midgard host.
|
||||||
1
hosts/midgard/disko.nix
Normal file
1
hosts/midgard/disko.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Define the midgard disk layout.
|
||||||
1
hosts/midgard/hardware-configuration.nix
Normal file
1
hosts/midgard/hardware-configuration.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Replace with generated midgard hardware configuration.
|
||||||
1
hosts/yggdrasil/default.nix
Normal file
1
hosts/yggdrasil/default.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Define the yggdrasil host.
|
||||||
1
hosts/yggdrasil/disko.nix
Normal file
1
hosts/yggdrasil/disko.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Define the yggdrasil disk layout.
|
||||||
1
hosts/yggdrasil/hardware-configuration.nix
Normal file
1
hosts/yggdrasil/hardware-configuration.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# TODO: Replace with generated yggdrasil hardware configuration.
|
||||||
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