diff options
author | lassulus <lassulus@lassul.us> | 2019-05-29 15:47:58 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-05-29 15:54:15 +0200 |
commit | dda92fcf0bc438186d6880b6bd6650f799d249b5 (patch) | |
tree | 08f47249711749b2e05c2c22b4c75559aa843ae5 /lass/2configs | |
parent | b216553984b5b3fadb297bdf2f8f019daa1c957b (diff) |
l syncthing: fix permissions of sync
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/syncthing.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/2configs/syncthing.nix b/lass/2configs/syncthing.nix index 25712f4f3..d4df17b9a 100644 --- a/lass/2configs/syncthing.nix +++ b/lass/2configs/syncthing.nix @@ -25,8 +25,9 @@ in { ''; krebs.permown."/home/lass/sync" = { + file-mode = "u+rw,g+rw"; owner = "lass"; group = "syncthing"; - umask = "0007"; + umask = "0002"; }; } |