From 023007dc79d077b2f6ecc5481c4d108b0fe389c0 Mon Sep 17 00:00:00 2001 From: kiri Date: Thu, 4 Dec 2025 18:42:28 +0100 Subject: [PATCH] Fix syncthing perms --- modules/nixos/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };