From 8b957098491a5949a9f79e100ca167fc966d29e5 Mon Sep 17 00:00:00 2001 From: Nichkara Date: Tue, 10 Feb 2026 18:47:45 +0100 Subject: [PATCH] Use currently newest stable version (25.11) --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 78aecad..aa8a316 100755 --- a/configuration.nix +++ b/configuration.nix @@ -99,5 +99,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "25.05"; + system.stateVersion = "25.11"; }