aspi: fix soundcard not detected
This commit is contained in:
parent
068d0ef29f
commit
71f618dd67
@ -158,7 +158,7 @@
|
|||||||
# or use this
|
# or use this
|
||||||
# console.useXkbConfig = true;
|
# console.useXkbConfig = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire and alsa
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
@ -197,6 +197,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# 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;
|
||||||
@ -208,6 +211,7 @@
|
|||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
"docker"
|
"docker"
|
||||||
|
"audio"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user