5 lines
81 B
Nix
5 lines
81 B
Nix
{
|
|
boot.extraModprobeConfig = ''
|
|
options snd_hda_intel power_save=0
|
|
'';
|
|
}
|