Simplify syncthing and fix Synapse

This commit is contained in:
Greg Hellings
2022-06-12 03:50:24 +00:00
parent a5ad72423a
commit e8b4f3b3b0
3 changed files with 1 additions and 9 deletions
-4
View File
@@ -30,8 +30,4 @@
enable = true;
devices = [ "nas" ];
};
services.cron.systemCronJobs = [
"59 2 * * * root chmod -R a+r ${config.services.syncthing.folders.nextcloud-backup.path} && find ${config.services.syncthing.folders.nextcloud-backup.path} -type d -exec chmod a+x '{}' \\;"
];
}
-4
View File
@@ -44,8 +44,4 @@ root root postgres
enable = true;
devices = [ "nas" ];
};
services.cron.systemCronJobs = [
"59 2 * * * root chmod -R a+r ${config.services.postgresqlBackup.location} && find ${config.services.postgresqlBackup.location} -type d -exec chmod a+x '{}' \\;"
];
}
+1 -1
View File
@@ -78,7 +78,7 @@ return 200 '${builtins.toJSON client}';
settings = {
database.args = {
user = "matrix-synapse";
name = "synapse";
database = "synapse";
};
server_name = "thehellings.com";
#registration_shared_secret = "B9EoPr2WV9hzwc7uL2Sx1JmvCeKDEOGCpB0uginQcQtEH4wzRtkSIdo7lltrjSQa";