This commit is contained in:
albert 2025-02-22 18:43:28 -08:00
parent c8e55f0d7a
commit 3e21f7ee0f
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, system, ... }: {
{ pkgs, ... }: {
boot.kernel.sysctl = {
"fs.inotify.max_user_watches" = 52428800;
"fs.inotify.max_user_instances" = 4096;