summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-06-22 14:01:44 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2025-06-22 14:01:44 +0200
commit7283052001a32d63da7158a0154cc8df1b61bbf6 (patch)
tree775834780ca26f5eb33790f8c0ad1dfe1d49f009 /nixos
parent229124f278f33bbd3f2095fe660031d62e02258b (diff)
nixos: update version
Diffstat (limited to 'nixos')
-rw-r--r--nixos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/default.nix b/nixos/default.nix
index ea57acd..994d23e 100644
--- a/nixos/default.nix
+++ b/nixos/default.nix
@@ -19,5 +19,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.11"; # Did you read the comment?
+ system.stateVersion = "25.05"; # Did you read the comment?
}