summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-06-28 19:21:35 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2026-06-28 19:21:35 +0200
commit8ba23b2d1c68fbe3e50511fa6e42891c3bb9da75 (patch)
tree19c21239877c4ee52e70f2c5512881c5eac588d0
parentc696ce12629d59768f3c52182f13401b4e53c44f (diff)
downloadkerberos-8ba23b2d1c68fbe3e50511fa6e42891c3bb9da75.tar.gz
kerberos-8ba23b2d1c68fbe3e50511fa6e42891c3bb9da75.tar.bz2
kerberos-8ba23b2d1c68fbe3e50511fa6e42891c3bb9da75.tar.xz
nixos: bump versionHEADmaster
-rw-r--r--config/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.nix b/config/default.nix
index b10f8bb..7ff6595 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -17,5 +17,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.11"; # Did you read the comment?
+ system.stateVersion = "26.05"; # Did you read the comment?
}