mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01: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;
|
|
}
|