From e2aa7f61b21fd74bb2e078fb5cc4d3796d0893e2 Mon Sep 17 00:00:00 2001 From: isabel Date: Mon, 15 Jun 2026 22:00:59 +0000 Subject: [PATCH] nixos/hardware/media/sound: remove rtkit seems back in nixpkgs#335066 i failed to understand the meaning of the reply. but rtkit isn't even being used thanks to the pipewire group --- modules/nixos/hardware/media/sound.nix | 3 --- 1 file(s) changed, 0 insertion(s)(+), 3 deletion(s)(-) diff --git a/modules/nixos/hardware/media/sound.nix b/modules/nixos/hardware/media/sound.nix --- a/modules/nixos/hardware/media/sound.nix +++ b/modules/nixos/hardware/media/sound.nix @@ -11,9 +11,6 @@ inherit (self.lib) isx86Linux; in { config = mkIf config.garden.profiles.graphical.enable { - # able to change scheduling policies, e.g. to SCHED_RR - security.rtkit.enable = lib.mkForce config.services.pipewire.enable; - # no thanks lol services.pulseaudio.enable = lib.mkForce false; -- tangled.sh