From e7575ba7dbc318019fd1b85f5b6fadf584f45993 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 01:14:36 -0500 Subject: [PATCH] 67 current 2024-03-01 01:14:33 24.05.20240228.9099616 6.6.18 * --- hosts/earth/configuration.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 52b5dc4..4663799 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -55,6 +55,30 @@ # Enable CUPS to print documents. services.printing.enable = true; + services.pipewire.extraConfig = { + pipewire = { + pw-modules = [ + { + name = "module-loopback"; + args = { + source = "alsa_input.pci-0000_0d_00.4.analog-stereo"; + sink = "alsa_input.pci-0000_0d_00.4.analog-stereo"; + }; + } + ]; + }; + + # } = [ + # { + # name = "module-loopback"; + # args = { + # source = "alsa_input.pci-0000_0d_00.4.analog-stereo"; + # sink = "alsa_input.pci-0000_0d_00.4.analog-stereo"; + # }; + # } + # ]; + }; + # Enable sound with pipewire. sound.enable = true; hardware.pulseaudio.enable = false;