Updates to 23.05 Versioning

This commit is contained in:
Greg Hellings
2023-06-20 11:00:12 -05:00
parent 3faab8db04
commit e9c341a8ec
6 changed files with 87 additions and 32 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ let
username
}:
let
stateVersion = "22.05";
stateVersion = "23.05";
homeDirectory = home system username;
cfg = { home = { inherit username homeDirectory stateVersion; }; };