diff --git a/hosts/nixos/deck/system.nix b/hosts/nixos/deck/system.nix index cbaabe8..d41136a 100644 --- a/hosts/nixos/deck/system.nix +++ b/hosts/nixos/deck/system.nix @@ -66,6 +66,7 @@ }; # Sound configuration with PipeWire (required for Jovian's DSP layer) + sound.enable = true; # Enable ALSA sound card drivers services.pulseaudio.enable = false; # Disable PulseAudio in favor of PipeWire security.rtkit.enable = true; # RealtimeKit for low-latency audio services.pipewire = {