home-manager/services/borgmatic: remove Service.CPUPolicyScheduling=

systemd service directive

Ehhh... not working with the typical systemd installation to me. :/
This commit is contained in:
Gabriel Arazas 2024-10-01 13:04:21 +08:00
parent de11a47aca
commit 89bbff6a81
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -123,7 +123,6 @@ let
# TODO: Just cargo-culted from the upstream home-manager module. Will
# need more info on this.
Nice = 19;
CPUSchedulingPolicy = "batch";
IOSchedulingClass = "best-effort";
IOSchedulingPriority = 7;
IOWeight = 100;