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

16 lines
336 B
Nix
Raw Normal View History

2021-01-23 17:20:52 +00:00
{
services.syncthing.folders."/home/lass/sync" = {
2023-07-23 21:10:54 +00:00
devices = [
"mors"
"xerxes"
"green"
"blue"
"coaxmetal"
"aergia"
];
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
}