home/nix-channel-update: idle scheduling
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${config.nix.package}/bin/nix-channel --update --verbose";
|
ExecStart = "${config.nix.package}/bin/nix-channel --update --verbose";
|
||||||
|
CPUSchedulingPolicy = "idle";
|
||||||
|
IOSchedulingClass = "idle";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user