mirror of
https://github.com/kmein/niveum
synced 2026-03-30 01:01:10 +02:00
feat(makanek): redaktion.r
This commit is contained in:
7
systems/makanek/radio-news.nix
Normal file
7
systems/makanek/radio-news.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
inherit (import <niveum/lib>) serveHtml;
|
||||
in
|
||||
{
|
||||
services.nginx.virtualHosts."redaktion.r".locations."/".extraConfig = serveHtml <niveum/lib/radio-news.html> pkgs;
|
||||
}
|
||||
Reference in New Issue
Block a user