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

5 lines
107 B
Nix

{tree, ...}: {
# TODO: move this to its own profile
imports = with tree; [hosts.lappy.profiles.mpd];
}