14 lines
300 B
Nix
14 lines
300 B
Nix
{
|
|
services.syncthing.folders."/home/lass/sync" = {
|
|
devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ];
|
|
};
|
|
krebs.permown."/home/lass/sync" = {
|
|
file-mode = "u+rw,g+rw";
|
|
owner = "lass";
|
|
group = "syncthing";
|
|
umask = "0002";
|
|
keepGoing = true;
|
|
};
|
|
}
|
|
|