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
|
# Work around for discord jank ugh
|
||||||
nixpkgs.config.permittedInsecurePackages = [ "electron-13.6.9" ];
|
nixpkgs.config.permittedInsecurePackages = [ "electron-13.6.9" ];
|
||||||
# Set system state version
|
# Set system state version
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = lib.mkDefault "22.05";
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
# Enable flakes
|
# Enable flakes
|
||||||
|
|
Loading…
Reference in New Issue