Specify auto upgrade flags correctly

This commit is contained in:
2025-11-23 17:12:55 +01:00
parent 2ad5372267
commit 4e317cfd81

View File

@@ -237,9 +237,10 @@ with pkgs;
system.autoUpgrade = {
enable = true;
allowReboot = true;
flake = "git+https://git.psydnd.org/coolneng/zion#zion";
flake = "/home/coolneng/system";
flags = [
"--update-input agenix --update-input nixpkgs"
"--update-input"
"nixpkgs"
"--commit-lock-file"
];
};