fix(lib): disable dhcpcd for all kubevirt nodes

This commit is contained in:
Ryan Yin
2024-03-30 23:30:00 +08:00
parent d9c804acca
commit 95c64ff276

View File

@@ -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