common/irqbalance: move to own nix file
This commit is contained in:
parent
020bc31713
commit
67f156c3b2
@ -14,6 +14,7 @@ in {
|
|||||||
./programs/wireshark.nix
|
./programs/wireshark.nix
|
||||||
|
|
||||||
./services/dbus.nix
|
./services/dbus.nix
|
||||||
|
./services/irqbalance.nix
|
||||||
./services/journald.nix
|
./services/journald.nix
|
||||||
./services/openssh.nix
|
./services/openssh.nix
|
||||||
./services/pcscd.nix
|
./services/pcscd.nix
|
||||||
@ -136,8 +137,6 @@ in {
|
|||||||
enable = !config.machineVars.headless;
|
enable = !config.machineVars.headless;
|
||||||
touchpad.disableWhileTyping = true;
|
touchpad.disableWhileTyping = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
irqbalance.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
4
hosts/common/services/irqbalance.nix
Normal file
4
hosts/common/services/irqbalance.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.irqbalance.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user