From 494f566ee9f7f6bfb2bf4e44918d0a78d5149683 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 16 Jun 2025 08:57:24 +0000 Subject: [PATCH] chore: bump nixos channel to 25.05 --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e0a1366..aecc821 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -46,7 +46,7 @@ # 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? users.users.dth = { isNormalUser = true;