Fix syncthing perms
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user