diff options
author | Alan Pearce | 2022-11-13 17:43:43 +0100 |
---|---|---|
committer | Alan Pearce | 2022-11-13 17:44:46 +0100 |
commit | c44017ab20fc7a1e560f02122ce5aca7aa67bc82 (patch) | |
tree | 8c9defbe8c05cd4e9b7d61d9c887f0e6c8dc776d /system/settings | |
parent | afb912babbb2d444c29247d0f936123f600c8cc9 (diff) | |
download | nixfiles-c44017ab20fc7a1e560f02122ce5aca7aa67bc82.tar.lz nixfiles-c44017ab20fc7a1e560f02122ce5aca7aa67bc82.tar.zst nixfiles-c44017ab20fc7a1e560f02122ce5aca7aa67bc82.zip |
base: enable automatic IRQ balancing
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/base.nix | 1 |
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 |