1
0
Fork 0

common/irqbalance: init

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-01 01:39:35 +02:00
parent ebce0eb67a
commit 17f0268d12
Signed by untrusted user: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
./services/acme.nix ./services/acme.nix
./services/auto-upgrade.nix ./services/auto-upgrade.nix
./services/irqbalance.nix
./services/logrotate.nix ./services/logrotate.nix
./services/nginx.nix ./services/nginx.nix
./services/openssh.nix ./services/openssh.nix

View File

@ -0,0 +1,4 @@
{ ... }:
{
services.irqbalance.enable = true;
}