dots/modules/nixos/features/external-speakers.nix
2025-10-22 01:22:05 +11:00

5 lines
81 B
Nix

{
boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0
'';
}