Upgrade stateVersion to 23.05

This commit is contained in:
Toast 2023-06-15 13:59:36 +02:00
parent dd1c2b3cab
commit 5416043551
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@
useGlobalPkgs = true; useGlobalPkgs = true;
users.toast = { config, ... }: { users.toast = { config, ... }: {
home = { home = {
stateVersion = "22.11"; stateVersion = "23.05";
file = { file = {
# This symlinks the Transmission downloads folder into my user's downloads folder for easy access # This symlinks the Transmission downloads folder into my user's downloads folder for easy access
"Downloads/Transmission".source = config.lib.file.mkOutOfStoreSymlink "/var/lib/transmission/Downloads"; "Downloads/Transmission".source = config.lib.file.mkOutOfStoreSymlink "/var/lib/transmission/Downloads";

View file

@ -47,5 +47,5 @@
}; };
}; };
system.stateVersion = "22.11"; system.stateVersion = "23.05";
} }