this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add stateVersion to bootstrap iso (#73)

authored by

Taylor Hanken and committed by
GitHub
98b5b70e a75df47d

+1
+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 }