546 current 2024-05-08 10:43:19 24.05.20240505.25865a4 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-08 10:43:31 -04:00
parent d6da362b4a
commit 1fdd9198af
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
4 changed files with 76 additions and 101 deletions

View file

@ -24,8 +24,8 @@
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;
"fs.inotify.max_user_watches" = 1048576;
"fs.inotify.max_queued_events" = 1048576;
};
virtualisation.vmVariant = {