Make the stateVersion a mkDefault

This will allow me to have new machines on a newer state version
This commit is contained in:
Nathan McCarty 2023-06-01 09:25:39 -04:00
parent 4d42161fd2
commit 9b1c35bd33
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -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