Merge pull request 'syncthing: make inotify tuning overrideable' (#781) from a-kenji-syncthing-inotify into main

This commit is contained in:
clan-bot
2024-01-31 03:47:06 +00:00

View File

@@ -63,8 +63,7 @@
]; ];
# Activates inofify compatibilty on syncthing # Activates inofify compatibilty on syncthing
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288; boot.kernel.sysctl."fs.inotify.max_user_watches" = lib.mkDefault 524288;
services.syncthing = { services.syncthing = {
enable = true; enable = true;