Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 7, 2024
1 parent 3bcfbd4 commit bfa91aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repack/xmrig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
}:
reIf {
systemd.services.xmrig.serviceConfig = {
CPUSchedulingPolicy = "idle";
CPUSchedulingPriority = 5;
CPUSchedulingPolicy = "fifo";
CPUSchedulingPriority = 10;
};
services.xmrig = {
enable = true;
Expand Down

0 comments on commit bfa91aa

Please sign in to comment.