1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: stream meddl to radio.kierán.de

This commit is contained in:
2021-01-31 10:08:09 +01:00
parent 37e851cc50
commit 43fd4bbf19
3 changed files with 6 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ in
};
};
services.nginx.virtualHosts."makanek.r".locations = {
services.nginx.virtualHosts."radio.xn--kiern-0qa.de".locations = {
"= /meddl.ogg".proxyPass = "http://127.0.0.1:${toString meddlPort}";
};
}

View File

@@ -35,10 +35,10 @@ in [
desc = "Diminutive from lassus (weary, faint, tired). A programming human. Doing superior professional art.";
}
{
stream = "http://makanek.r/meddl.ogg";
station = "Antenne ASB";
stream = "http://radio.xn--kiern-0qa.de/meddl.ogg";
station = "Meddl";
logo = "https://antenne-asb.ga/logo.png";
desc = "Nonstop Drachenlord Radio Hier wird nicht nur, aber auch Meddl gespielt.";
desc = "Forked from antenne-asb.ga: Radiosender zum Youtuber Drachenlord. Hier läuft den ganzen Tag Drachenlord Musik von Haidern oder Podcasts zum Lord.";
}
{
stream = "http://1.ice1.firststreaming.com/kkjz_fm.aac";

View File

@@ -21,6 +21,8 @@ in
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
nixpkgs.config.allowUnfree = true;
networking.useDHCP = false;
networking.interfaces.ens3.useDHCP = true;