Fix autoupgrade (hopefully)
This commit is contained in:
parent
a0f1c60066
commit
df20dd95d3
|
@ -41,11 +41,6 @@ with lib;
|
||||||
autoUpgrade = {
|
autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "${config.users.users.aires.home}/Development/nix-configuration";
|
flake = "${config.users.users.aires.home}/Development/nix-configuration";
|
||||||
flags = [
|
|
||||||
"--update-input"
|
|
||||||
"nixpkgs"
|
|
||||||
"--commit-lock-file" # Create a new commit when flake.lock updates
|
|
||||||
];
|
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
operation = "boot"; # Don't switch, just create a boot entry
|
operation = "boot"; # Don't switch, just create a boot entry
|
||||||
|
|
Loading…
Reference in a new issue