Merge pull request 'syncthing: add inotify' (#771) from a-kenji-syncthing/add/initify into main

This commit is contained in:
clan-bot
2024-01-29 10:26:55 +00:00

View File

@@ -62,6 +62,10 @@
} }
]; ];
# Activates inofify compatibilty on syncthing
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
services.syncthing = { services.syncthing = {
enable = true; enable = true;
configDir = "/var/lib/syncthing"; configDir = "/var/lib/syncthing";