nixfiles/hosts/raspberry/services/music-friend/local-mpd.nix

5 lines
111 B
Nix
Raw Normal View History

2022-01-29 18:06:26 +00:00
{ tree, ... }: {
# TODO: move this to its own profile
imports = with tree; [ hosts.lappy.profiles.mpd ];
}