Fix syncthing perms

This commit is contained in:
2025-12-04 18:42:28 +01:00
parent 962aadd77b
commit 023007dc79

View File

@@ -52,7 +52,7 @@ in
path = syncPath;
devices = builtins.attrNames devices; # Share with all defined devices
# Ensure new files are readable by the group (chmod 770 approx)
ignorePerms = false;
ignorePerms = true;
};
};