Specify auto upgrade flags correctly
This commit is contained in:
@@ -237,9 +237,10 @@ with pkgs;
|
|||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
flake = "git+https://git.psydnd.org/coolneng/zion#zion";
|
flake = "/home/coolneng/system";
|
||||||
flags = [
|
flags = [
|
||||||
"--update-input agenix --update-input nixpkgs"
|
"--update-input"
|
||||||
|
"nixpkgs"
|
||||||
"--commit-lock-file"
|
"--commit-lock-file"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user