From c44017ab20fc7a1e560f02122ce5aca7aa67bc82 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 13 Nov 2022 17:43:43 +0100 Subject: base: enable automatic IRQ balancing --- system/settings/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') 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 -- cgit 1.4.1