From 1b5eaf74e0c3ae98018167673787a3ccaf76a8b9 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Tue, 22 Feb 2022 22:35:12 +0100 Subject: [PATCH] [Services] Add htop to LowLatency_RT type --- services.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services.nix b/services.nix index 96ad61e..ad4f210 100644 --- a/services.nix +++ b/services.nix @@ -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";