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