ghost: increase inotify watch limit

This commit is contained in:
Leonardo Eugênio 2023-11-17 11:21:51 -03:00
parent be8be99265
commit 6528a97d21

View file

@ -21,6 +21,8 @@
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "pt_BR.utf8"; i18n.defaultLocale = "pt_BR.utf8";
boot.kernel.sysctl."fs.inotify.max_user_watches" = 1048576;
age = { age = {
identityPaths = [ "/root/.ssh/id_rsa" ]; identityPaths = [ "/root/.ssh/id_rsa" ];
}; };