mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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;
|
||||
};
|
||||
services.ananicy.extraRules = concatStringsSep "\n" ( forEach [
|
||||
{
|
||||
name = "cp";
|
||||
type = "BG_CPUIO";
|
||||
}
|
||||
{ name = "cp";
|
||||
type = "BG_CPUIO"; }
|
||||
{ name = "nix-build";
|
||||
type = "BG_CPUIO"; }
|
||||
{ name = "nix-store";
|
||||
type = "BG_CPUIO"; }
|
||||
{ name = "nix-collect-garbage";
|
||||
type = "BG_CPUIO"; }
|
||||
{ name = "nix";
|
||||
type = "BG_CPUIO"; }
|
||||
{ name = "X";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue