toggle tests, homelab.<> -> modules.homelab.<>

This commit is contained in:
2025-10-04 11:32:15 -05:00
parent 887e7c2b97
commit 464ecdc6ca
5 changed files with 14 additions and 10 deletions

View File

@@ -15,7 +15,11 @@
# ../../modules/homelab/nfs.nix
];
modules.homelab = {
zfs.enable = true;
smb.enable = false;
nfs.enable = true;
};
# use the systemd-boot EFI boot loader.