Merge pull request 'syncthing: make inotify tuning overrideable' (#781) from a-kenji-syncthing-inotify into main
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user