about summary refs log tree commit diff
path: root/hosts/common/desktop/sound.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/desktop/sound.nix2
1 files changed, 2 insertions, 0 deletions
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