Remove references to auth0, which no longer exists

This commit is contained in:
niten 2024-06-04 10:37:29 -07:00
parent 3d78628d2f
commit ef3a826f94
1 changed files with 2 additions and 7 deletions

View File

@ -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;