diff --git a/lib/genKubeVirtCoreModule.nix b/lib/genKubeVirtCoreModule.nix index c43ead39..0e1c787e 100644 --- a/lib/genKubeVirtCoreModule.nix +++ b/lib/genKubeVirtCoreModule.nix @@ -87,6 +87,7 @@ in { networkmanager.enable = false; # Set the host's address on the OVS bridge interface instead of the physical interface! interfaces.ovsbr1 = networking.hostsInterface.${hostName}.interfaces.${iface}; + dhcpcd.enable = false; # disable dhcpcd, it's useless for the host }; # This value determines the NixOS release from which the default