fix: remove system.autoUpgrade

This commit is contained in:
Felix Schröter 2021-02-16 16:51:10 +01:00
parent 22cac218b3
commit 4bce45f2c5
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 1 additions and 10 deletions

View file

@ -48,6 +48,4 @@
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "20.09"; system.stateVersion = "20.09";
system.autoUpgrade.enable = true;
} }

View file

@ -95,6 +95,4 @@ with builtins; {
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "20.09"; system.stateVersion = "20.09";
system.autoUpgrade.enable = true;
} }

View file

@ -45,9 +45,4 @@
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "20.09"; system.stateVersion = "20.09";
system.autoUpgrade = {
enable = true;
dates = "10:00";
};
} }