summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/sync.nix
blob: a0927c19943d50db4c5faa2496447eeb9c52265a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  services.syncthing.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;
  };
}