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;