diff --git a/services.nix b/services.nix index 642cf12..801782a 100644 --- a/services.nix +++ b/services.nix @@ -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";