restructured & first test of toggleable config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user