hardware/module.nix: enable irqbalance

This makes the system responsive even under load.
This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 741a77417a

View file

@ -1 +1,5 @@
_: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];} _: {
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
services.irqbalance.enable = true;
}