From bf6356b84228c43566fca128cabc934a29cd8207 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 27 Jan 2022 00:39:19 +0100 Subject: [PATCH] [Services] Use BG_CPUIO for nix programs in Ananicy --- services.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services.nix b/services.nix index 11c9e5d..0683384 100644 --- a/services.nix +++ b/services.nix @@ -44,6 +44,12 @@ in { name = "cp"; type = "BG_CPUIO"; } + { name = "nix-build"; + type = "BG_CPUIO"; } + { name = "nix-store"; + type = "BG_CPUIO"; } + { name = "nix"; + type = "BG_CPUIO"; } ] (x: builtins.toJSON x)); programs.gnupg = {