Fix netbootMinimalSystem: set stateVersion and forceImportRoot

This commit is contained in:
2026-07-30 17:36:00 +10:00
parent 77db51a88f
commit 89e1c5dc9a
+5 -1
View File
@@ -200,7 +200,11 @@
(modulesPath + "/installer/netboot/netboot-minimal.nix")
];
})
{ networking.hostName = "nixos-minimal"; }
{
networking.hostName = "nixos-minimal";
system.stateVersion = "26.05";
boot.zfs.forceImportRoot = false;
}
];
};