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:
@@ -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}";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user