diff --git a/hosts/_iso/configuration.nix b/hosts/_iso/configuration.nix index d971c32..b4af756 100644 --- a/hosts/_iso/configuration.nix +++ b/hosts/_iso/configuration.nix @@ -6,11 +6,16 @@ ../../configuration/gpg-ssh ]; + profiles.clerie.network-fallback-dhcp.enable = true; + # 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.useDHCP = false; + systemd.network.enable = true; + networking.hostName = "isowo"; isoImage.isoBaseName = lib.mkForce "nixos-isowo";