macvlan on internal.interface, not interface
This commit is contained in:
parent
6c0198e8ce
commit
fc6deaf71e
|
@ -217,7 +217,7 @@ in {
|
|||
|
||||
containers.paris = {
|
||||
autoStart = true;
|
||||
macvlans = [ cfg.networking.interface ];
|
||||
macvlans = [ cfg.networking.internal.interface ];
|
||||
hostAddress = "172.16.31.1";
|
||||
localAddress = "172.16.31.2";
|
||||
bindMounts = {
|
||||
|
|
Loading…
Reference in New Issue