From 6b254a74905159fbce7f1378c02be0e0889dd8da Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 31 Dec 2024 18:00:42 +0200 Subject: [PATCH] Trying to fix permission issue --- nixosModules/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/syncthing.nix b/nixosModules/syncthing.nix index b3de022..60c555f 100644 --- a/nixosModules/syncthing.nix +++ b/nixosModules/syncthing.nix @@ -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 = {