Finally comitting matrix-configuration now that we have secret-management
This commit is contained in:
@@ -16,7 +16,6 @@ in
|
||||
|
||||
../../services/matrix
|
||||
../../services/nginx
|
||||
../../services/postgres
|
||||
];
|
||||
|
||||
|
||||
@@ -48,6 +47,10 @@ in
|
||||
address = "129.241.210.169";
|
||||
prefixLength = 25;
|
||||
}
|
||||
{
|
||||
address = "129.241.210.213";
|
||||
prefixLength = 25;
|
||||
}
|
||||
];
|
||||
};
|
||||
networking.interfaces.ens18.ipv6 = {
|
||||
@@ -56,6 +59,10 @@ in
|
||||
address = "2001:700:300:1900::169";
|
||||
prefixLength = 64;
|
||||
}
|
||||
{
|
||||
address = "2001:700:300:1900::213";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
};
|
||||
networking.nameservers = [ "129.241.0.200" "129.241.0.201" ];
|
||||
|
Reference in New Issue
Block a user