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:
Wekuz 2026-06-21 00:42:22 +03:00
parent 2683b3b70d
commit 77571565c2
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9
2 changed files with 2 additions and 2 deletions

View file

@ -315,5 +315,5 @@
"d /storage/torrents 2775 wekuz media -"
];
system.stateVersion = "25.11";
system.stateVersion = "26.05";
}

View file

@ -60,5 +60,5 @@
enable = true;
};
home.stateVersion = "25.11";
home.stateVersion = "26.05";
}