From 11de5c647532dafb0f9c1b8b26043224f8845a76 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 01:19:23 -0500 Subject: [PATCH] 68 current 2024-03-01 01:19:20 24.05.20240228.9099616 6.6.18 * --- hosts/earth/configuration.nix | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 4663799..52b5dc4 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -55,30 +55,6 @@ # 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;