chore: bump nixos channel to 25.05

This commit is contained in:
DannyDannyDanny 2025-06-16 08:57:24 +00:00
parent 2b06e6215e
commit 494f566ee9

View file

@ -46,7 +46,7 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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 = { users.users.dth = {
isNormalUser = true; isNormalUser = true;