From d30a1df6fa61fe1909faadeccd93e91eee3761a6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 14 Feb 2022 17:29:46 -0800 Subject: hosts: enable rtkit with audio module --- hosts/common/desktop/sound.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/common') diff --git a/hosts/common/desktop/sound.nix b/hosts/common/desktop/sound.nix index 95c7c75..c72875d 100644 --- a/hosts/common/desktop/sound.nix +++ b/hosts/common/desktop/sound.nix @@ -3,6 +3,8 @@ { sound.enable = true; + security = { rtkit.enable = true; }; + environment.systemPackages = with pkgs; [ # We install it to get access to pactl. It isn't enabled or run as a service. pulseaudio -- cgit 1.4.1