summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/decsync.nix
blob: 9caefdd2dcafbabc5b6d91b8f06a9420a4530d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  services.syncthing.declarative.folders.decsync = {
    path = "/home/lass/decsync";
    devices = [ "mors" "blue" "green" "phone" ];
  };
  krebs.permown."/home/lass/decsync" = {
    owner = "lass";
    group = "syncthing";
    umask = "0007";
  };
}