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