2021-01-23 17:20:52 +00:00
|
|
|
{
|
2022-01-28 10:05:19 +00:00
|
|
|
services.syncthing.folders."/home/lass/sync" = {
|
2021-10-26 19:01:32 +00:00
|
|
|
devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ];
|
2021-01-23 17:20:52 +00:00
|
|
|
};
|
|
|
|
krebs.permown."/home/lass/sync" = {
|
|
|
|
file-mode = "u+rw,g+rw";
|
|
|
|
owner = "lass";
|
|
|
|
group = "syncthing";
|
|
|
|
umask = "0002";
|
|
|
|
keepGoing = true;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|