2022-03-10 21:52:12 +01:00
|
|
|
{
|
|
|
|
|
pkgs,
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
2023-02-22 10:02:55 +01:00
|
|
|
inherit (import ../../lib) serveHtml;
|
2022-02-22 21:52:17 +01:00
|
|
|
remote = "https://cgit.lassul.us/stockholm";
|
2022-03-10 21:52:12 +01:00
|
|
|
in {
|
2023-02-22 10:02:55 +01:00
|
|
|
services.nginx.virtualHosts."redaktion.r".locations."/".extraConfig = serveHtml ../../lib/radio-news.html pkgs;
|
2022-02-22 21:52:17 +01:00
|
|
|
|
2022-05-22 11:47:59 +02:00
|
|
|
niveum.passport.services = [
|
|
|
|
|
{
|
|
|
|
|
title = "Retiolum Radio News";
|
|
|
|
|
link = "http://redaktion.r";
|
|
|
|
|
description = "supplies git history news to radio lassulus and lets you enter your own.";
|
|
|
|
|
}
|
|
|
|
|
];
|
2022-02-22 20:34:53 +01:00
|
|
|
}
|