From c25871e480aaecbd300db3ba6aaa212218a007bb Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Wed, 5 Nov 2025 15:03:47 -0500 Subject: [PATCH] fix asahi audio --- hosts/all.nix | 2 -- hosts/peach.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/all.nix b/hosts/all.nix index 13087e5..0099305 100755 --- a/hosts/all.nix +++ b/hosts/all.nix @@ -76,8 +76,6 @@ services.printing.enable = true; - services.pulseaudio.enable = false; - security.rtkit.enable = true; services.pipewire = { enable = true; alsa.enable = true; diff --git a/hosts/peach.nix b/hosts/peach.nix index bf6c36e..4916d0a 100644 --- a/hosts/peach.nix +++ b/hosts/peach.nix @@ -10,6 +10,8 @@ }; hardware.asahi = { + enable = true; + setupAsahiSound = true; extractPeripheralFirmware = true; peripheralFirmwareDirectory = ../firmware; };