summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/sync.nix
blob: bee1d03aceceee53bfbaac1817ea0f74640ab5da (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" ];
  };
  krebs.permown."/home/lass/sync" = {
    file-mode = "u+rw,g+rw";
    owner = "lass";
    group = "syncthing";
    umask = "0002";
    keepGoing = true;
  };
}