summary refs log tree commit diff stats
path: root/system/settings/services/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/services/syncthing.nix')
-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";
+  };
 }