containers: disable dhcpcd on veth bridge interfaces

This commit is contained in:
Franz Pletz
2016-12-02 12:51:00 +01:00
parent e3d54be387
commit 2401f06801

View File

@@ -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 ];
});