mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Services] Add htop to LowLatency_RT type
This commit is contained in:
parent
e85b162511
commit
1b5eaf74e0
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ in {
|
|||
type = "BG_CPUIO"; }
|
||||
{ name = "X";
|
||||
type = "LowLatency_RT"; }
|
||||
{ name = "htop";
|
||||
type = "LowLatency_RT"; }
|
||||
(ifEnable false { name = "hdapsd";
|
||||
type = "LowLatency_RT";
|
||||
sched = "fifo";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue