9 lines
246 B
Nix
9 lines
246 B
Nix
{
|
|
krebs.syncthing.folders = [
|
|
{ id = "decsync"; path = "/home/lass/decsync"; peers = [ "mors" "blue" "green" "phone" ]; }
|
|
];
|
|
lass.ensure-permissions = [
|
|
{ folder = "/home/lass/decsync"; owner = "lass"; group = "syncthing"; }
|
|
];
|
|
}
|