mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-07 22:25:00 +00:00
[Services] ananicy: Add BG_CPUIO type to nix-collect-garbage
This commit is contained in:
parent
a187f113b8
commit
ec83386b9c
1 changed files with 4 additions and 4 deletions
|
|
@ -134,14 +134,14 @@ in {
|
||||||
cgroup_realtime_workaround = false;
|
cgroup_realtime_workaround = false;
|
||||||
};
|
};
|
||||||
services.ananicy.extraRules = concatStringsSep "\n" ( forEach [
|
services.ananicy.extraRules = concatStringsSep "\n" ( forEach [
|
||||||
{
|
{ name = "cp";
|
||||||
name = "cp";
|
type = "BG_CPUIO"; }
|
||||||
type = "BG_CPUIO";
|
|
||||||
}
|
|
||||||
{ name = "nix-build";
|
{ name = "nix-build";
|
||||||
type = "BG_CPUIO"; }
|
type = "BG_CPUIO"; }
|
||||||
{ name = "nix-store";
|
{ name = "nix-store";
|
||||||
type = "BG_CPUIO"; }
|
type = "BG_CPUIO"; }
|
||||||
|
{ name = "nix-collect-garbage";
|
||||||
|
type = "BG_CPUIO"; }
|
||||||
{ name = "nix";
|
{ name = "nix";
|
||||||
type = "BG_CPUIO"; }
|
type = "BG_CPUIO"; }
|
||||||
{ name = "X";
|
{ name = "X";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue