diff --git a/modules/nixos/sound.nix b/modules/nixos/sound.nix index 2b2f485..3616d7d 100644 --- a/modules/nixos/sound.nix +++ b/modules/nixos/sound.nix @@ -3,7 +3,6 @@ { # Enable sound with pipewire. services.pulseaudio.enable = false; - security.rtkit.enable = true; services.pipewire = { enable = true; audio.enable = true;