fswatch limitations fix

This commit is contained in:
Ivan Dimitrov 2024-04-22 23:11:44 +03:00
parent 5f7ab92a3e
commit 8dfdbf99e6

View File

@ -20,6 +20,12 @@
};
boot = {
kernel = {
sysctl = {
"fs.inotify.max_user_watches" = 100000;
"fs.inotify.max_queued_events" = 100000;
};
};
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;