Update bigding

This commit is contained in:
2024-01-14 16:41:04 +00:00
parent 7fb8960f2b
commit 46423a6f88
3 changed files with 10 additions and 13 deletions

View File

@@ -12,12 +12,6 @@ in {
services.postgresql = {
enable = true;
ensureUsers = [
{
name = "matrix-synapse";
ensurePermissions = {
"DATABASE synapse" = "ALL PRIVILEGES";
};
}
];
authentication = ''
local all all trust
@@ -27,15 +21,16 @@ in {
];
};
services.matrix-sliding-sync = {
enable = true;
environmentFile = config.age.secrets.sliding_sync_env_file.path;
settings = {
SYNCV3_SERVER = "http://localhost:8008";
};
};
services.matrix-synapse = {
enable = true;
sliding-sync = {
enable = true;
environmentFile = config.age.secrets.sliding_sync_env_file.path;
settings = {
SYNCV3_SERVER = "http://localhost:8008";
};
};
settings = {
enable_metrics = true;
server_name = "broccoli.town";