9 lines
180 B
Nix
9 lines
180 B
Nix
|
{
|
||
|
services = {
|
||
|
syncthing = {
|
||
|
enable = true;
|
||
|
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder
|
||
|
};
|
||
|
};
|
||
|
}
|