mirror of
https://github.com/kmein/niveum
synced 2026-03-30 09:11:10 +02:00
8 lines
191 B
Nix
8 lines
191 B
Nix
|
|
{ pkgs, lib, ... }:
|
||
|
|
let
|
||
|
|
inherit (import <niveum/lib>) serveHtml;
|
||
|
|
in
|
||
|
|
{
|
||
|
|
services.nginx.virtualHosts."redaktion.r".locations."/".extraConfig = serveHtml <niveum/lib/radio-news.html> pkgs;
|
||
|
|
}
|