nixos-configuration/hosts/iron/services/snapcast/alsa.nix
2025-01-11 19:24:15 +01:00

6 lines
153 B
Nix

{
boot.kernelModules = [ "snd-aloop" ];
boot.extraModprobeConfig = ''
options snd-aloop id=ledfx,bluetooth enable=1,1 pcm_substreams=2,2
'';
}