mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix(lib): disable dhcpcd for all kubevirt nodes
This commit is contained in:
@@ -87,6 +87,7 @@ in {
|
|||||||
networkmanager.enable = false;
|
networkmanager.enable = false;
|
||||||
# Set the host's address on the OVS bridge interface instead of the physical interface!
|
# Set the host's address on the OVS bridge interface instead of the physical interface!
|
||||||
interfaces.ovsbr1 = networking.hostsInterface.${hostName}.interfaces.${iface};
|
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
|
# This value determines the NixOS release from which the default
|
||||||
|
|||||||
Reference in New Issue
Block a user