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;
|
||||
}
|
||||
|
|
4
rpi4.nix
4
rpi4.nix
|
@ -37,7 +37,7 @@ with builtins; {
|
|||
enable = true;
|
||||
email = "felschr@pm.me";
|
||||
apikeyFile = "/etc/nixos/secrets/cfdyndns-apikey";
|
||||
records = [
|
||||
records = [
|
||||
"*.home.felschr.com"
|
||||
"home.felschr.com"
|
||||
"owntracks.felschr.com"
|
||||
|
@ -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