From 207585f7d066c6a4236bbac0e69d237ce4093893 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 5 Jun 2024 09:40:53 -0700 Subject: [PATCH] Don't set hostAddress & localAddress anymore --- paris-container.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paris-container.nix b/paris-container.nix index 9fb0e6a..daaf1ba 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -217,9 +217,8 @@ in { containers.paris = { autoStart = true; - macvlans = [ cfg.networking.internal.interface ]; - hostAddress = "172.16.31.1"; - localAddress = "172.16.31.2"; + macvlans = + [ cfg.networking.internal.interface cfg.networking.external.interface ]; bindMounts = { "/home" = { hostPath = "${cfg.state-directory}/home";