1
0

hosts/_iso: Make iso bootable again by disabling systemd in initrd

This commit is contained in:
clerie 2025-02-20 20:20:12 +01:00
parent 12a5d4b816
commit 9ae31d6786

View File

@ -6,6 +6,11 @@
../../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";
isoImage.isoBaseName = lib.mkForce "nixos-isowo";