chore: update {system,home}.stateVersion to 20.09

This commit is contained in:
Felix Schröter 2020-12-05 20:14:38 +01:00
parent eb7f79456e
commit 493a09a945
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -63,5 +63,5 @@ with pkgs; {
dos2unix dos2unix
]; ];
home.stateVersion = "20.03"; home.stateVersion = "20.09";
} }

View file

@ -86,5 +86,5 @@
ledger-live-desktop ledger-live-desktop
]; ];
home.stateVersion = "20.03"; home.stateVersion = "20.09";
} }

View file

@ -44,7 +44,7 @@
}; };
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "20.03"; system.stateVersion = "20.09";
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;