summaryrefslogtreecommitdiff
path: root/hardware/cez.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r--hardware/cez.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix
index b3f0744..dc474e6 100644
--- a/hardware/cez.nix
+++ b/hardware/cez.nix
@@ -17,7 +17,13 @@
wireless.iwd.enable = true;
};
- sound.enable = true;
+ sound = {
+ enable = true;
+ extraConfig = ''
+ defaults.pcm.card 1
+ defaults.ctl.card 1
+ '';
+ };
services.pipewire = {
enable = true;
pulse.enable = true;