diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index dc051cf78..56d9a3fcc 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -46,5 +46,6 @@ # manifests as spurious "No space left on device" when trying to install watches, # e.g. in dyn-dns by `systemctl start dyn-dns-watcher.path`. # see: - boot.kernel.sysctl."fs.inotify.max_user_watches" = 1048576; + boot.kernel.sysctl."fs.inotify.max_user_watches" = 4194304; + boot.kernel.sysctl."fs.inotify.max_user_instances" = 4194304; }