From 89bbff6a81db3fd2ccc0fc343ed9a9dd6aac625b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 1 Oct 2024 13:04:21 +0800 Subject: [PATCH] home-manager/services/borgmatic: remove `Service.CPUPolicyScheduling=` systemd service directive Ehhh... not working with the typical systemd installation to me. :/ --- modules/home-manager/services/borgmatic.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home-manager/services/borgmatic.nix b/modules/home-manager/services/borgmatic.nix index 1419875e..2858f3c0 100644 --- a/modules/home-manager/services/borgmatic.nix +++ b/modules/home-manager/services/borgmatic.nix @@ -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;