From acaa1e0ea9a8d6b54b68ec60a80203c36c9c276d Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Mon, 15 May 2023 00:44:23 +0200 Subject: [PATCH] [Services/Ananicy] Remove very obsolete conf --- services.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/services.nix b/services.nix index 167b32d..485c27f 100644 --- a/services.nix +++ b/services.nix @@ -178,15 +178,6 @@ in { type = "LowLatency_RT"; } { name = "htop"; type = "LowLatency_RT"; } - (ifEnable false { name = "hdapsd"; - type = "LowLatency_RT"; - sched = "fifo"; - rtprio = 99; - ioclass = "realtime"; - ionice = 0; - oom_score_adj = -999; - nice = -20; - }) ] (x: builtins.toJSON x));