this repo has no description

fix: add stateVersion to bootstrap iso (#73)

authored by tghanken.tngl.sh and committed by GitHub 98b5b70e a75df47d

Changed files
+1
nix
+1
nix/packages/node-bootstrap-iso.nix
··· 14 14 { 15 15 networking.hostId = "12345678"; 16 16 boot.supportedFilesystems = ["zfs"]; 17 + system.stateVersion = "25.11"; 17 18 } 18 19 ]; 19 20 }