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

9 lines
305 B
Nix
Raw Normal View History

2021-01-23 17:20:52 +00:00
{
services.syncthing.folders."/home/lass/sync" = {
2021-10-26 19:01:32 +00:00
devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ];
2021-01-23 17:20:52 +00:00
};
2022-05-29 18:06:11 +00:00
krebs.acl."/home/lass/sync"."u:syncthing:X".parents = true;
krebs.acl."/home/lass/sync"."u:syncthing:rwX" = {};
krebs.acl."/home/lass/sync"."u:lass:rwX" = {};
2021-01-23 17:20:52 +00:00
}