mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Services] Use BG_CPUIO for nix programs in Ananicy
This commit is contained in:
parent
5ca1bd8b73
commit
bf6356b842
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue