mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
fix(lib): disable dhcpcd for all kubevirt nodes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user