restructured & first test of toggleable config

This commit is contained in:
2025-10-04 11:26:25 -05:00
parent 7bff22ec39
commit 142dd3b568
9 changed files with 49 additions and 99 deletions

View File

@@ -5,15 +5,19 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../users/blake/blake.nix
../../modules/ssh.nix
../../modules/docker.nix
../../modules/syncthing.nix
../../modules/tailscale.nix
../../modules/homelab/zfs.nix
../../modules/homelab/smb.nix
../../modules/homelab/nfs.nix
../../modules/system/ssh.nix
../../modules/system/docker.nix
../../modules/system/syncthing.nix
../../modules/system/tailscale.nix
../../modules/homelab/homelab.nix
# ../../modules/homelab/zfs.nix
# ../../modules/homelab/smb.nix
# ../../modules/homelab/nfs.nix
];
# use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;