Skip to content

Commit

Permalink
nixos/nix: set daemon cpu policy to batch
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCash committed Nov 26, 2024
1 parent cd4032e commit 95d4602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
};

nixPath = [ "nixpkgs=${nixpkgsUnstable}" ];

daemonCPUSchedPolicy = "batch";
};

environment.variables = {
Expand Down

0 comments on commit 95d4602

Please sign in to comment.