all repos — nixfiles @ c44017ab20fc7a1e560f02122ce5aca7aa67bc82

System and user configuration, managed by nix and home-manager

base: enable automatic IRQ balancing

Alan Pearce
commit

c44017ab20fc7a1e560f02122ce5aca7aa67bc82

parent

afb912babbb2d444c29247d0f936123f600c8cc9

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/settings/base.nixsystem/settings/base.nix
@@ -8,6 +8,7 @@ imports = [
../modules/nextdns.nix ]; boot.loader.timeout = lib.mkDefault 1; + services.irqbalance.enable = true; environment.systemPackages = with pkgs; [ zstd