From 6cd72dcb931f7d679afa5739b0f868d659fc7a26 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 26 Dec 2024 00:36:08 +0000 Subject: [PATCH] 2 current 2024-12-26 00:36:07 24.11.711867.6c90912761c4 6.6.67 * --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f78894d..20e6921 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -54,7 +54,7 @@ # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # Enable pulseaudio - hardware.pulseaudio.enable = true; + hardware.pulseaudio.enable = false; # For some reason it's saying I can't enable it because pipewire?!? # Enable gpm (mouse in tty) services.gpm.enable = true;