1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-06 14:11:21 +02:00

misc/builder: set cpu sched policy batch

This commit is contained in:
h7x4 2025-03-15 01:21:57 +01:00
parent 2be9eb16fe
commit cd5c2c0e01
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -2,4 +2,5 @@
{
nix.settings.trusted-users = [ "@nix-builder-users" ];
nix.daemonCPUSchedPolicy = "batch";
}