From fc6deaf71eb3da6f6c2033206cd83402c2d5915e Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 5 Jun 2024 09:39:16 -0700 Subject: [PATCH] macvlan on internal.interface, not interface --- paris-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paris-container.nix b/paris-container.nix index 0ccf1d4..9fb0e6a 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -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 = {