hosts/_iso: Make iso bootable again by disabling systemd in initrd
This commit is contained in:
parent
12a5d4b816
commit
9ae31d6786
@ -6,6 +6,11 @@
|
|||||||
../../configuration/gpg-ssh
|
../../configuration/gpg-ssh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# systemd in initrd is broken with ISOs
|
||||||
|
# Failed to mount /sysroot/iso
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/327187
|
||||||
|
boot.initrd.systemd.enable = false;
|
||||||
|
|
||||||
networking.hostName = "isowo";
|
networking.hostName = "isowo";
|
||||||
isoImage.isoBaseName = lib.mkForce "nixos-isowo";
|
isoImage.isoBaseName = lib.mkForce "nixos-isowo";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user