Upgrade stateVersion to 23.05
This commit is contained in:
parent
dd1c2b3cab
commit
5416043551
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -47,5 +47,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue