syncthing: add screenshot folder

This commit is contained in:
Aly Raffauf 2024-06-20 22:36:59 -04:00
parent 6d57820296
commit 62104693b0

View file

@ -62,6 +62,15 @@
type = "trashcan"; type = "trashcan";
}; };
}; };
"screenshots" = {
id = "screenshots";
path = "/home/${config.alyraffauf.services.syncthing.user}/pics/screenshots";
devices = ["brawly" "fallarbor" "lavaridge" "mauville" "petalburg" "rustboro" "wallace" "winona"];
versioning = {
params.cleanoutDays = "5";
type = "trashcan";
};
};
}; };
}; };
}; };