restructure system to be toggable
This commit is contained in:
@@ -5,20 +5,30 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../users/blake/blake.nix
|
||||
../../modules/system/ssh.nix
|
||||
../../modules/system/docker.nix
|
||||
../../modules/system/syncthing.nix
|
||||
../../modules/system/tailscale.nix
|
||||
../../modules/system/system.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
|
||||
];
|
||||
|
||||
modules.homelab = {
|
||||
zfs.enable = true;
|
||||
smb.enable = false;
|
||||
nfs.enable = true;
|
||||
modules = {
|
||||
system = {
|
||||
ssh.enable = true;
|
||||
docker.enable = true;
|
||||
syncthing.enable = true;
|
||||
tailscale.enable = true;
|
||||
#nvidia.enable = true;
|
||||
};
|
||||
homelab = {
|
||||
zfs.enable = true;
|
||||
smb.enable = true;
|
||||
nfs.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user