summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/weechat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/sync/weechat.nix')
-rw-r--r--lass/2configs/sync/weechat.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/lass/2configs/sync/weechat.nix b/lass/2configs/sync/weechat.nix
index eb6b0aa1..b32015b8 100644
--- a/lass/2configs/sync/weechat.nix
+++ b/lass/2configs/sync/weechat.nix
@@ -1,8 +1,6 @@
{
services.syncthing.folders."/home/lass/.weechat".devices = [ "green" "mors" ];
- krebs.permown."/home/lass/.weechat" = {
- owner = "lass";
- group = "syncthing";
- umask = "0007";
- };
+ krebs.acl."/home/lass/.weechat"."u:syncthing:X".parents = true;
+ krebs.acl."/home/lass/.weechat"."u:syncthing:rwX" = {};
+ krebs.acl."/home/lass/.weechat"."u:lass:rwX" = {};
}