clanModules: Add vaultwarden module. Add nginx module. Make matrix-synapse subdomain configurable

This commit is contained in:
Qubasa
2024-08-23 18:15:30 +02:00
parent 7829448802
commit ac96a0250c
9 changed files with 265 additions and 26 deletions

View File

@@ -22,7 +22,11 @@
enableACME = lib.mkForce false;
forceSSL = lib.mkForce false;
};
clan.matrix-synapse.domain = "clan.test";
security.acme.defaults.email = "admin@clan.test";
clan.matrix-synapse = {
server_tld = "clan.test";
app_domain = "matrix.clan.test";
};
clan.matrix-synapse.users.admin.admin = true;
clan.matrix-synapse.users.someuser = { };