AutoUpdate : Switch instead of boot.
This commit is contained in:
parent
e7e7fea6ac
commit
d37abd9650
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, inputs, lib, config, ... }: {
|
||||
{ ... }: {
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
allowReboot = false;
|
||||
dates = "03:00";
|
||||
flake = "git+https://git.voronind.com/voronind/nixos.git";
|
||||
operation = "boot";
|
||||
operation = "switch";
|
||||
persistent = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue