diff --git a/nixos/modules/build.nix b/nixos/modules/build.nix index cede807..0a14349 100644 --- a/nixos/modules/build.nix +++ b/nixos/modules/build.nix @@ -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;