diff options
author | Alan Pearce | 2024-04-14 18:20:35 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-14 18:20:35 +0200 |
commit | 8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11 (patch) | |
tree | 0650c3f87066686978d0b5c1ec9e7fc8293e6c3b /system/settings | |
parent | 6de4f34872b7305ed5939437ce11df20288fe441 (diff) | |
download | nixfiles-8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11.tar.lz nixfiles-8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11.tar.zst nixfiles-8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11.zip |
syncthing: shut up
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"; + }; } |