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
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

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