mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
[serverle] update to 21.05
This commit is contained in:
parent
ed2532fd82
commit
f8a677958b
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 30d";
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
system.stateVersion = "21.05";
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.channel = https://nixos.org/channels/nixos-20.09;
|
||||
system.autoUpgrade.channel = https://nixos.org/channels/nixos-21.05;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue