nichts/modules/system/hardware/module.nix
Bloxx12 741a77417a hardware/module.nix: enable irqbalance
This makes the system responsive even under load.
2025-04-11 11:58:40 +02:00

5 lines
102 B
Nix

_: {
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
services.irqbalance.enable = true;
}