fix: remove system.autoUpgrade
This commit is contained in:
parent
22cac218b3
commit
4bce45f2c5
|
@ -48,6 +48,4 @@
|
|||
|
||||
# only change this when specified in release notes
|
||||
system.stateVersion = "20.09";
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
}
|
||||
|
|
2
rpi4.nix
2
rpi4.nix
|
@ -95,6 +95,4 @@ with builtins; {
|
|||
|
||||
# only change this when specified in release notes
|
||||
system.stateVersion = "20.09";
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
}
|
||||
|
|
|
@ -45,9 +45,4 @@
|
|||
|
||||
# only change this when specified in release notes
|
||||
system.stateVersion = "20.09";
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "10:00";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue