Finally truly fix audio on aspi
This commit is contained in:
parent
12ef77dc6c
commit
ce336d469a
@ -158,9 +158,6 @@
|
|||||||
# or use this
|
# or use this
|
||||||
# console.useXkbConfig = true;
|
# console.useXkbConfig = true;
|
||||||
|
|
||||||
# Enable sound with pipewire and alsa
|
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
@ -180,6 +177,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Sound
|
# Sound
|
||||||
|
sound.enable = false;
|
||||||
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
||||||
|
# needed on aspi for audio to work properly
|
||||||
|
hardware.enableAllFirmware = true;
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.julian = {
|
users.users.julian = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user