summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/sync.nix
blob: 7c0f2e03046860b715eeaa537809789d9fa751bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  services.syncthing.declarative.folders."/home/lass/sync" = {
    devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ];
  };
  krebs.permown."/home/lass/sync" = {
    file-mode = "u+rw,g+rw";
    owner = "lass";
    group = "syncthing";
    umask = "0002";
    keepGoing = true;
  };
}