summary refs log tree commit diff stats
path: root/system/settings/base.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-11-13 17:43:43 +0100
committerAlan Pearce2022-11-13 17:44:46 +0100
commitc44017ab20fc7a1e560f02122ce5aca7aa67bc82 (patch)
tree8c9defbe8c05cd4e9b7d61d9c887f0e6c8dc776d /system/settings/base.nix
parentafb912babbb2d444c29247d0f936123f600c8cc9 (diff)
downloadnixfiles-c44017ab20fc7a1e560f02122ce5aca7aa67bc82.tar.lz
nixfiles-c44017ab20fc7a1e560f02122ce5aca7aa67bc82.tar.zst
nixfiles-c44017ab20fc7a1e560f02122ce5aca7aa67bc82.zip
base: enable automatic IRQ balancing
Diffstat (limited to 'system/settings/base.nix')
-rw-r--r--system/settings/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/base.nix b/system/settings/base.nix
index 809b6847..646e3c3e 100644
--- a/system/settings/base.nix
+++ b/system/settings/base.nix
@@ -8,6 +8,7 @@
     ../modules/nextdns.nix
   ];
   boot.loader.timeout = lib.mkDefault 1;
+  services.irqbalance.enable = true;
 
   environment.systemPackages = with pkgs; [
     zstd