nixosTests.botamusique: satisfy pyradios dns lookup
Since pyradio 1.0 the library does a DNS lookup on import, so we add therequired hostname into /etc/hosts to satisfy that lookup.
Martin Weinelt 3 years ago d63e5c5d 08f8d99c
··· 6 6 7 7 nodes = { 8 8 machine = { config, ... }: { 9 9 + networking.extraHosts = '' 10 10 + 127.0.0.1 all.api.radio-browser.info 11 11 + ''; 12 12 + 9 13 services.murmur = { 10 14 enable = true; 11 15 registerName = "NixOS tests";