From 3281b066a9df40259d849d5744db6a5ed89edfa7 Mon Sep 17 00:00:00 2001 From: CDaut Date: Tue, 23 Sep 2025 17:18:58 +0200 Subject: [PATCH] update state version --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index a5313b3..5344ca8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -356,5 +356,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 = "24.05"; # Did you read the comment? + system.stateVersion = "25.05"; # Did you read the comment? }