Finally truly fix audio on aspi

This commit is contained in:
Julian Mutter 2024-09-01 12:00:42 +02:00
parent 12ef77dc6c
commit ce336d469a

View File

@ -158,9 +158,6 @@
# or use this
# console.useXkbConfig = true;
# Enable sound with pipewire and alsa
sound.enable = true;
hardware.pulseaudio.enable = false;
security.polkit.enable = true;
systemd = {
@ -180,6 +177,12 @@
};
# Sound
sound.enable = false;
hardware.pulseaudio.enable = false;
# needed on aspi for audio to work properly
hardware.enableAllFirmware = true;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@ -197,9 +200,6 @@
};
};
# needed only on aspi, otherwise soundcard is not detected
boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ];
# Define a user account. Don't forget to set a password with passwd.
users.users.julian = {
isNormalUser = true;