diff --git a/modules/nixos/syncthing.nix b/modules/nixos/syncthing.nix index 04225c7..94ad246 100644 --- a/modules/nixos/syncthing.nix +++ b/modules/nixos/syncthing.nix @@ -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; }; };