Make the stateVersion a mkDefault
This will allow me to have new machines on a newer state version
This commit is contained in:
parent
4d42161fd2
commit
9b1c35bd33
|
@ -223,7 +223,7 @@ in {
|
|||
# Work around for discord jank ugh
|
||||
nixpkgs.config.permittedInsecurePackages = [ "electron-13.6.9" ];
|
||||
# Set system state version
|
||||
system.stateVersion = "22.05";
|
||||
system.stateVersion = lib.mkDefault "22.05";
|
||||
|
||||
nix = {
|
||||
# Enable flakes
|
||||
|
|
Loading…
Reference in New Issue