syncthing: make inotify tuning overrideable

This commit is contained in:
a-kenji
2024-01-31 10:43:43 +07:00
parent b99f569973
commit dd460e9f4f

View File

@@ -63,8 +63,7 @@
];
# 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 = {
enable = true;