summary refs log tree commit diff stats
path: root/modules/t470s.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/t470s.nix')
-rw-r--r--modules/t470s.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/t470s.nix b/modules/t470s.nix
index 133354a6..09263b6e 100644
--- a/modules/t470s.nix
+++ b/modules/t470s.nix
@@ -7,6 +7,10 @@
 
   systemd.services.ModemManager.enable = true;
 
+  hardware.pulseaudio.extraConfig = ''
+    load-module module-alsa-sink device=hw:0,7
+  '';
+
   environment.systemPackages = with pkgs; [
     nvme-cli
   ];