From ef3a826f94747d0b6669e9100df9b033b4d0812d Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 4 Jun 2024 10:37:29 -0700 Subject: [PATCH] Remove references to auth0, which no longer exists --- paris-container.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/paris-container.nix b/paris-container.nix index 572962d..df25516 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -169,7 +169,8 @@ in { }; containers.paris = { - macvlans = [ cfg.networking.interface "auth0" ]; + autoStart = true; + macvlans = [ cfg.networking.interface ]; hostAddress = "172.16.31.1"; localAddress = "172.16.31.2"; bindMounts = { @@ -266,12 +267,6 @@ in { allowedTCPPorts = [ 22 ] ++ cfg.ports; }; interfaces = { - mv-auth0 = { - ipv4.addresses = [{ - address = "172.16.128.2"; - prefixLength = 28; - }]; - }; "mv-${cfg.networking.interface}" = { ipv4.addresses = optional (!isNull cfg.networking.ipv4) { address = cfg.networking.ipv4.address;