546 current 2024-05-08 10:43:19 24.05.20240505.25865a4 6.8.6-zen1 *
This commit is contained in:
parent
d6da362b4a
commit
1fdd9198af
4 changed files with 76 additions and 101 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue