[Services] Use BG_CPUIO for nix programs in Ananicy

This commit is contained in:
Antoine Viallon 2022-01-27 00:39:19 +01:00
parent 5ca1bd8b73
commit bf6356b842
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -44,6 +44,12 @@ in {
name = "cp"; name = "cp";
type = "BG_CPUIO"; type = "BG_CPUIO";
} }
{ name = "nix-build";
type = "BG_CPUIO"; }
{ name = "nix-store";
type = "BG_CPUIO"; }
{ name = "nix";
type = "BG_CPUIO"; }
] (x: builtins.toJSON x)); ] (x: builtins.toJSON x));
programs.gnupg = { programs.gnupg = {