stockholm/lass/2configs/sync/decsync.nix
2019-04-17 20:00:06 +02:00

9 lines
246 B
Nix

{
krebs.syncthing.folders = [
{ id = "decsync"; path = "/home/lass/decsync"; peers = [ "mors" "blue" "green" "phone" ]; }
];
lass.ensure-permissions = [
{ folder = "/home/lass/decsync"; owner = "lass"; group = "syncthing"; }
];
}