From 5991d3acd9fd16e54cb28e67506a7d8f2112808a Mon Sep 17 00:00:00 2001 From: Gabriella Bere <contact@gabbie.blue> Date: Fri, 23 Aug 2024 10:52:29 +0100 Subject: [PATCH] disabled pipewire again so pulseaudio works, oops --- hosts/gabbielaptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 6d3d913..b410c90 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -83,7 +83,7 @@ services.printing.enable = true; # Enable sound with pipewire. - hardware.pulseaudio.enable = true; + hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true;