diff --git a/options/custom/settings/boot.nix b/options/custom/settings/boot.nix index 319699b..72ec2f6 100644 --- a/options/custom/settings/boot.nix +++ b/options/custom/settings/boot.nix @@ -45,6 +45,9 @@ in { # https://redis.io/docs/latest/develop/get-started/faq/#background-saving-fails-with-a-fork-error-on-linux "vm.overcommit_memory" = 1; + + # https://docs.syncthing.net/users/faq.html#inotify-limits + "fs.inotify.max_user_watches" = 204800; }; loader = {