From 8f1b0ade4dce7290ce67d34f7924c85deed35a37 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 9 Sep 2025 21:47:08 +0200 Subject: [PATCH] user: add to rtkit groups to maybe fix audio --- hosts/common/users/julian/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/users/julian/default.nix b/hosts/common/users/julian/default.nix index 90342ee..83521a2 100644 --- a/hosts/common/users/julian/default.nix +++ b/hosts/common/users/julian/default.nix @@ -17,6 +17,8 @@ in { "networkmanager" "wheel" "audio" + "realtime" + "rtkit" "network" "video" "podman"