From 3e44287889d22595e170fc6a0380a71f4c30c779 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 2 Jul 2021 18:00:17 +0200 Subject: [PATCH] Increase inotify limit on graphical devices --- modules/graphical.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/graphical.nix b/modules/graphical.nix index 59c13761..4c90920c 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -46,5 +46,7 @@ youtube-dl ]; }; + + boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288; }; }