fix: use flake for autoUpgrade instead of /etc/nixos

main
LeRoyce Pearson 2023-12-31 22:32:44 -07:00
parent 5ff437e58c
commit 2b5a0f18d9
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@
# Enable automatic upgrades
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.flake = "127.0.0.1:3000/Twins/server-configuration.git";
# Enable automatic garbage collection
nix.gc = {