containers: disable dhcpcd on veth bridge interfaces

This commit is contained in:
Franz Pletz
2016-12-04 01:41:10 +01:00
parent e3d54be387
commit 2401f06801
+1 -1
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 ];
});