This commit is contained in:
2025-03-13 13:18:22 +02:00
parent 760aa03e49
commit d2c2330b11
3 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ in {
syncthing.enable = mkEnableOption "enable syncthing";
};
config = mkIf cfg.enable {
systemd.user.services.syncthing.environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder
systemd.user.services.syncthing.Environment.STNODEFAULTFOLDER = "true"; # Don't create default ~/Sync folder
services.syncthing = {
enable = true;
tray.enable = true;