457 current 2024-04-22 12:15:46 24.05.20240422.de52a47 6.8.6-zen1 *
This commit is contained in:
parent
1667aa5ea2
commit
920e661af1
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
|||
|
||||
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;
|
||||
};
|
||||
|
||||
virtualisation.vmVariant = {
|
||||
# following configuration is added only when building VM with build-vm
|
||||
virtualisation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue