This commit is contained in:
Shelvacu
2025-05-29 12:32:49 -07:00
committed by Shelvacu on fw
parent 94c2976e3e
commit 35dc2030d4
2 changed files with 2 additions and 1 deletions

View File

@@ -16,5 +16,6 @@
./radicle.nix
./mira
./vaultwarden.nix
# intentionally excluding template.nix
];
}

View File

@@ -31,7 +31,7 @@ assert false; # this is a template
config =
{ lib, ... }:
{
system.stateVersion = "latest";
system.stateVersion = latest;
networking.firewall.enable = false;
networking.useHostResolvConf = lib.mkForce false;