From bc262934714efc299d128994e45d053e897ad46a Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Sun, 8 Mar 2026 12:02:46 -0600 Subject: [PATCH] Pre-install realtime-privileges package to get more RT configs We already set a few realtime-friendly settings in /etc/security and /usr/lib/systemd, but these are not enough for truly realtime workflows like audio creation. For these they also need adequate defaults for the `rtprio` and `nice` values. Arch's `realtime-privileges` package lays down a config file that gives these to users in the "realtime" group. We don't put new users in that group because not every user will need it, but we can at least write some documentation around the topic. --- mkosi.conf.d/00-packages-core.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.conf.d/00-packages-core.conf b/mkosi.conf.d/00-packages-core.conf index 3ce88a2..d5cbf40 100644 --- a/mkosi.conf.d/00-packages-core.conf +++ b/mkosi.conf.d/00-packages-core.conf @@ -23,6 +23,7 @@ Packages= noto-fonts-emoji plymouth qt6-multimedia-ffmpeg + realtime-privileges # `realtime` group and realtime privileges for processes using it socat systemd systemd-resolvconf