Remove references to auth0, which no longer exists
This commit is contained in:
parent
3d78628d2f
commit
ef3a826f94
|
@ -169,7 +169,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
containers.paris = {
|
containers.paris = {
|
||||||
macvlans = [ cfg.networking.interface "auth0" ];
|
autoStart = true;
|
||||||
|
macvlans = [ cfg.networking.interface ];
|
||||||
hostAddress = "172.16.31.1";
|
hostAddress = "172.16.31.1";
|
||||||
localAddress = "172.16.31.2";
|
localAddress = "172.16.31.2";
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
|
@ -266,12 +267,6 @@ in {
|
||||||
allowedTCPPorts = [ 22 ] ++ cfg.ports;
|
allowedTCPPorts = [ 22 ] ++ cfg.ports;
|
||||||
};
|
};
|
||||||
interfaces = {
|
interfaces = {
|
||||||
mv-auth0 = {
|
|
||||||
ipv4.addresses = [{
|
|
||||||
address = "172.16.128.2";
|
|
||||||
prefixLength = 28;
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
"mv-${cfg.networking.interface}" = {
|
"mv-${cfg.networking.interface}" = {
|
||||||
ipv4.addresses = optional (!isNull cfg.networking.ipv4) {
|
ipv4.addresses = optional (!isNull cfg.networking.ipv4) {
|
||||||
address = cfg.networking.ipv4.address;
|
address = cfg.networking.ipv4.address;
|
||||||
|
|
Loading…
Reference in New Issue