Trying to fix permission issue

This commit is contained in:
2024-12-31 18:00:42 +02:00
parent 3cea29ab6d
commit 6b254a7490

View File

@@ -34,7 +34,7 @@
# Make sure the dir is created with the correct perms
# Can't use users to do it due to being a system user
systemd.tmpfiles.rules = [
"d /home/syncthing 0700 syncthing syncthing"
"d /home/syncthing 0700 syncthing users"
];
services.syncthing = {