syncthing: disable default ~/Sync folder

This commit is contained in:
Aly Raffauf 2024-06-09 21:14:55 -04:00
parent 83e283574d
commit 819ea712fe

View file

@ -28,6 +28,7 @@
};
config = lib.mkIf config.alyraffauf.services.syncthing.enable {
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true";
services.syncthing = {
enable = true;
openDefaultPorts = true;