nixos/build: Disable systemd initrd in ISO
Some checks reported warnings
CI / Check, build and cache Nix flake (push) Has been cancelled
Some checks reported warnings
CI / Check, build and cache Nix flake (push) Has been cancelled
This commit is contained in:
parent
1b72739000
commit
4ee66cdca7
@ -18,6 +18,9 @@ let
|
||||
"${modulesPath}/installer/cd-dvd/iso-image.nix"
|
||||
allHardware
|
||||
{
|
||||
# Doesn't work right now... (missing /dev/root)
|
||||
boot.initrd.systemd.enable = false;
|
||||
|
||||
isoImage = {
|
||||
makeEfiBootable = true;
|
||||
makeUsbBootable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user