hardware/module.nix: enable irqbalance
This makes the system responsive even under load.
This commit is contained in:
parent
af81a943ca
commit
741a77417a
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
||||||
_: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];}
|
_: {
|
||||||
|
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
|
||||||
|
|
||||||
|
services.irqbalance.enable = true;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue