flocon/system/syncthing/default.nix

9 lines
180 B
Nix
Raw Normal View History

{
services = {
syncthing = {
enable = true;
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder
};
};
}