summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/decsync.nix
blob: 94569c94d156a4fc62d87913d012d05d062e7774 (plain)
1
2
3
4
5
6
7
8
{
  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"; }
  ];
}