flocon/system/services/syncthing.nix

9 lines
176 B
Nix
Raw Normal View History

2024-11-17 14:04:22 +00:00
{
services = {
syncthing = {
enable = true;
};
};
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder
}