1
0

Bump state version

This commit is contained in:
2020-06-14 13:30:57 +00:00
parent 2ac6a409fb
commit 3ed2413c3d

View File

@ -53,7 +53,7 @@ in {
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true; boot.tmpOnTmpfs = true;
system.stateVersion = "19.09"; system.stateVersion = "20.03";
nix.trustedUsers = [ "root" "user" ]; nix.trustedUsers = [ "root" "user" ];
nix.optimise.automatic = true; nix.optimise.automatic = true;