Finally comitting matrix-configuration now that we have secret-management

This commit is contained in:
2022-12-07 10:14:39 +01:00
committed by System administrator
parent 3ed65c6cfa
commit 4a9efb0d5c
10 changed files with 717 additions and 284 deletions

View File

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