10 lines
137 B
Nix
10 lines
137 B
Nix
|
{
|
||
|
imports = [ ../../common/optional/syncthing.nix ];
|
||
|
|
||
|
services.syncthing = {
|
||
|
devices.lapetus.id = "";
|
||
|
|
||
|
folders = { };
|
||
|
};
|
||
|
}
|