This commit is contained in:
4DBug
2026-03-14 18:54:09 -05:00
parent 90a2a8cf4b
commit 650f0469bc
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
den.aspects.alc897 = {
nixos = {
boot.extraModprobeConfig = ''
options snd-hda-intel model=alc897-fixup
'';
};
};
}