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" ]; };