about summary refs log tree commit diff
path: root/hosts/common
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-14 17:29:46 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-14 17:29:46 -0800
commitd30a1df6fa61fe1909faadeccd93e91eee3761a6 (patch)
tree2d01f2afe12813c28962ed24cff73ccf6baac6e1 /hosts/common
parentsway: obviously, keyboard is an input ... (diff)
downloadworld-d30a1df6fa61fe1909faadeccd93e91eee3761a6.tar.gz
hosts: enable rtkit with audio module
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