From 8e0ce0ddf0ddfe7378f48ba93f1bfc05ce026c11 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 14 Apr 2024 18:20:35 +0200 Subject: syncthing: shut up --- system/settings/services/syncthing.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; + }; } -- cgit 1.4.1