containers: disable dhcpcd on veth bridge interfaces
This commit is contained in:
parent
e3d54be387
commit
2401f06801
|
@ -667,7 +667,7 @@ in
|
|||
${cfg.localAddress} ${name}.containers
|
||||
'') config.containers);
|
||||
|
||||
networking.dhcpcd.denyInterfaces = [ "ve-*" ];
|
||||
networking.dhcpcd.denyInterfaces = [ "ve-*" "vb-*" ];
|
||||
|
||||
environment.systemPackages = [ pkgs.nixos-container ];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue