From 920e661af17ef9ffd24ec6da3407f11698787179 Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 22 Apr 2024 12:15:49 -0400 Subject: [PATCH] 457 current 2024-04-22 12:15:46 24.05.20240422.de52a47 6.8.6-zen1 * --- hosts/common/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index b93a04a..67a995b 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -22,6 +22,11 @@ networking.nameservers = ["1.1.1.1" "1.0.0.1"]; + boot.kernel.sysctl = { + "fs.inotify.max_user_watches" = 100000; + "fs.inotify.max_queued_events" = 100000; + }; + virtualisation.vmVariant = { # following configuration is added only when building VM with build-vm virtualisation = {