summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-14 18:20:35 +0200
committerAlan Pearce2024-04-14 18:20:35 +0200
commit8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11 (patch)
tree0650c3f87066686978d0b5c1ec9e7fc8293e6c3b
parent6de4f34872b7305ed5939437ce11df20288fe441 (diff)
downloadnixfiles-8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11.tar.lz
nixfiles-8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11.tar.zst
nixfiles-8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11.zip
syncthing: shut up
-rw-r--r--system/settings/services/syncthing.nix3
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";
+  };
 }