testing setting default in module.nix

This commit is contained in:
2025-10-04 13:10:30 -05:00
parent b233c4451b
commit e8e5d80e47
4 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
system = {
ssh.enable = true;
docker.enable = true;
syncthing.enable = true;
# syncthing.enable = true;
tailscale.enable = true;
nvidia.enable = false;
};