summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-05-29 15:47:58 +0200
committerlassulus <lassulus@lassul.us>2019-05-29 15:54:15 +0200
commitdda92fcf0bc438186d6880b6bd6650f799d249b5 (patch)
tree08f47249711749b2e05c2c22b4c75559aa843ae5
parentb216553984b5b3fadb297bdf2f8f019daa1c957b (diff)
l syncthing: fix permissions of sync
-rw-r--r--lass/2configs/syncthing.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/2configs/syncthing.nix b/lass/2configs/syncthing.nix
index 25712f4f..d4df17b9 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";
};
}