Change stateVersion to 26.05
This should not be done normally but as the config isn't yet done and isn't used in a "production" environment it should be fine. The main motivation is that `services.seerr` uses more logical `/var/lib/seerr` for config instead of `/var/lib/jellyseerr/config`. Other changes can be found here: https://nixos.org/manual/nixos/stable/release-notes#sec-release-26.05-incompatibilities.
This commit is contained in:
parent
2683b3b70d
commit
77571565c2
2 changed files with 2 additions and 2 deletions
|
|
@ -315,5 +315,5 @@
|
|||
"d /storage/torrents 2775 wekuz media -"
|
||||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
system.stateVersion = "26.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,5 +60,5 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
home.stateVersion = "26.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue