From e336c119a53642e42b990b99d3c02d4adf970c7e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 25 Jan 2026 21:08:28 +0900 Subject: [PATCH] skrott: bump `stateVersion` --- hosts/skrott/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index 4710593..4edf325 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -81,5 +81,5 @@ # Don't change (even during upgrades) unless you know what you are doing. # See https://search.nixos.org/options?show=system.stateVersion - system.stateVersion = "25.05"; + system.stateVersion = "25.11"; }