7 current 2025-10-05 19:40:33 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-05 19:40:41 -05:00
parent 4eca75b3dc
commit 2fcb46b611
4 changed files with 8 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
syncthing.enable = true;
syncthing.mode = "server";
tailscale.enable = true;
nvidia.enable = false;
nvidia.enable = true;
};
homelab = {
zfs.enable = true;
@@ -113,7 +113,7 @@
networking.firewall.allowedUDPPorts = [ 51820 ];
# Or disable the firewall altogether.
networking.firewall.enable = false;
networking.firewall.enable = true;
system.stateVersion = "25.05"; # Did you read the comment?