stockholm/lass/2configs/sync/weechat.nix

7 lines
262 B
Nix
Raw Normal View History

2019-04-17 18:00:06 +00:00
{
services.syncthing.folders."/home/lass/.weechat".devices = [ "green" "mors" ];
2022-05-29 18:06:11 +00:00
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" = {};
2019-04-17 18:00:06 +00:00
}