Archived
Fix netbootMinimalSystem: set stateVersion and forceImportRoot
This commit is contained in:
@@ -200,7 +200,11 @@
|
|||||||
(modulesPath + "/installer/netboot/netboot-minimal.nix")
|
(modulesPath + "/installer/netboot/netboot-minimal.nix")
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
{ networking.hostName = "nixos-minimal"; }
|
{
|
||||||
|
networking.hostName = "nixos-minimal";
|
||||||
|
system.stateVersion = "26.05";
|
||||||
|
boot.zfs.forceImportRoot = false;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user