From 77571565c279e011951245416a0740bf33222803 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sun, 21 Jun 2026 00:42:22 +0300 Subject: [PATCH] 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. --- hosts/plexy/default.nix | 2 +- hosts/plexy/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 7cac7af..47a72cc 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -315,5 +315,5 @@ "d /storage/torrents 2775 wekuz media -" ]; - system.stateVersion = "25.11"; + system.stateVersion = "26.05"; } diff --git a/hosts/plexy/home.nix b/hosts/plexy/home.nix index b8df053..ec8e574 100644 --- a/hosts/plexy/home.nix +++ b/hosts/plexy/home.nix @@ -60,5 +60,5 @@ enable = true; }; - home.stateVersion = "25.11"; + home.stateVersion = "26.05"; }