fix: use flake for autoUpgrade instead of /etc/nixos
parent
5ff437e58c
commit
2b5a0f18d9
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue