From 8cc1c77c696219fdb5d4ea396ec724b93dd00d6d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 27 Jul 2017 12:13:00 +0200 Subject: Force mpd rtprio --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 4143002e..c186cb27 100644 --- a/bragi.nix +++ b/bragi.nix @@ -155,7 +155,7 @@ in rec { systemd.services."mpd".serviceConfig = { LimitMEMLOCK = "infinity"; Nice = "-5"; - LimitRTPRIO = "95:95"; + LimitRTPRIO = lib.mkForce "95:95"; UMask = "0000"; }; -- cgit v1.2.3