diff options
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/services/syncthing.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/settings/services/syncthing.nix b/system/settings/services/syncthing.nix index 3623b875..3f991881 100644 --- a/system/settings/services/syncthing.nix +++ b/system/settings/services/syncthing.nix @@ -10,4 +10,7 @@ systemService = false; dataDir = "/home/alan/.config/syncthing"; }; + systemd.user.services.syncthing.environment = { + LOGGER_DISCARD = "1"; + }; } |