macvlan on internal.interface, not interface

This commit is contained in:
niten 2024-06-05 09:39:16 -07:00
parent 6c0198e8ce
commit fc6deaf71e
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ in {
containers.paris = { containers.paris = {
autoStart = true; autoStart = true;
macvlans = [ cfg.networking.interface ]; macvlans = [ cfg.networking.internal.interface ];
hostAddress = "172.16.31.1"; hostAddress = "172.16.31.1";
localAddress = "172.16.31.2"; localAddress = "172.16.31.2";
bindMounts = { bindMounts = {