2019-04-17 18:00:06 +00:00
|
|
|
{
|
2022-01-28 10:05:19 +00:00
|
|
|
services.syncthing.folders.decsync = {
|
2019-04-18 08:16:02 +00:00
|
|
|
path = "/home/lass/decsync";
|
2020-04-08 10:33:08 +00:00
|
|
|
devices = [ "mors" "blue" "green" "phone" ];
|
2019-04-18 08:16:02 +00:00
|
|
|
};
|
|
|
|
krebs.permown."/home/lass/decsync" = {
|
|
|
|
owner = "lass";
|
|
|
|
group = "syncthing";
|
|
|
|
umask = "0007";
|
|
|
|
};
|
2019-04-17 18:00:06 +00:00
|
|
|
}
|