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

11 lines
307 B
Nix
Raw Normal View History

2019-04-17 18:00:06 +00:00
{
services.syncthing.folders.decsync = {
2019-04-18 08:16:02 +00:00
path = "/home/lass/decsync";
2020-04-08 10:33:08 +00:00
devices = [ "mors" "blue" "green" "phone" ];
2019-04-18 08:16:02 +00:00
};
2022-05-29 18:06:11 +00:00
krebs.acl."/home/lass/decsync"."u:syncthing:X".parents = true;
krebs.acl."/home/lass/decsync"."u:syncthing:rwX" = {};
krebs.acl."/home/lass/decsync"."u:lass:rwX" = {};
2019-04-17 18:00:06 +00:00
}