From 6528a97d217ee6df097f9057fdf85127da4f7432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 17 Nov 2023 11:21:51 -0300 Subject: [PATCH] ghost: increase inotify watch limit --- hosts/ghost/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/ghost/default.nix b/hosts/ghost/default.nix index d333ff4..7784d39 100644 --- a/hosts/ghost/default.nix +++ b/hosts/ghost/default.nix @@ -21,6 +21,8 @@ # Select internationalisation properties. i18n.defaultLocale = "pt_BR.utf8"; + boot.kernel.sysctl."fs.inotify.max_user_watches" = 1048576; + age = { identityPaths = [ "/root/.ssh/id_rsa" ]; };