diff options
Diffstat (limited to 'lass/2configs/sync/weechat.nix')
-rw-r--r-- | lass/2configs/sync/weechat.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lass/2configs/sync/weechat.nix b/lass/2configs/sync/weechat.nix deleted file mode 100644 index b32015b84..000000000 --- a/lass/2configs/sync/weechat.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - services.syncthing.folders."/home/lass/.weechat".devices = [ "green" "mors" ]; - 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" = {}; -} |