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

9 lines
305 B
Nix
Raw Normal View History

2021-01-23 18:20:52 +01:00
{
services.syncthing.folders."/home/lass/sync" = {
2021-10-26 21:01:32 +02:00
devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ];
2021-01-23 18:20:52 +01:00
};
2022-05-29 20:06:11 +02: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 18:20:52 +01:00
}