home/nix-channel-update: idle scheduling

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-24 07:36:16 +01:00
parent 548b4a26df
commit adcb61bc09
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -25,6 +25,8 @@
Service = {
Type = "oneshot";
ExecStart = "${config.nix.package}/bin/nix-channel --update --verbose";
CPUSchedulingPolicy = "idle";
IOSchedulingClass = "idle";
};
};
}