aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-23 10:01:10 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-23 10:01:10 -0800
commitc7a55b24553065b2661373e4c6db251eb3b04ee3 (patch)
tree6c39449fd65c9eb104d4fe487f6286e47abb849e /machines
parentdon't run samba on rivendell (diff)
downloadinfra-c7a55b24553065b2661373e4c6db251eb3b04ee3.tar.gz
update documentation for creating an ISO
Diffstat (limited to '')
-rw-r--r--machines/iso.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/iso.nix b/machines/iso.nix
index 4d54054..093bda2 100644
--- a/machines/iso.nix
+++ b/machines/iso.nix
@@ -13,7 +13,7 @@
boot.loader.grub.efiInstallAsRemovable = true;
boot.loader.grub.device = "nodev";
- system.stateVersion = "25.05"; # Did you read the comment?
+ system.stateVersion = "25.11";
programs.fish.enable = true;