From 5b3073f65e7346f9a2bf0e0d6ae0af6f7b6e5cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 21 Aug 2024 11:02:02 +0300 Subject: [PATCH] Add more fs watchers for syncthing --- services/syncthing.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/syncthing.nix b/services/syncthing.nix index 84369ac..c71c439 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -8,6 +8,8 @@ } ]; + boot.kernel.sysctl."fs.inotify.max_user_watches" = 204800; + services.syncthing = { enable = true; user = "vili";