nixfiles/hosts/hetzner-vm/services/mpd-broadcast/broadcast.nix
ChaotiCryptidz 66092dd42c format
2022-01-25 13:01:22 +00:00

11 lines
291 B
Nix

{ tree, ... }: {
imports = with tree;
[
# systemwide pulseaudio w/ recv native localhost
# to broadcast to all speakers over rtp
profiles.sound.pulseaudio.pulse-systemwide
profiles.sound.pulseaudio.pulse-recv-native-localhost
] ++ [ ./hosts/lappy.nix ];
}