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
@@ -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 '{}' \\;"
];
}