clanModules: Init vaultwarden, the bitwarden server

This commit is contained in:
Qubasa
2024-08-19 11:40:46 +02:00
parent 234ac6965a
commit 586c5adf71
5 changed files with 174 additions and 7 deletions

View File

@@ -22,7 +22,10 @@
enableACME = lib.mkForce false;
forceSSL = lib.mkForce false;
};
clan.matrix-synapse.domain = "clan.test";
clan.matrix-synapse.domain = {
server = "clan.test";
client = "element.clan.test";
};
clan.matrix-synapse.users.admin.admin = true;
clan.matrix-synapse.users.someuser = { };