{ pkgs, lib, ... }: let inherit (import ) serveHtml; in { services.nginx.virtualHosts."redaktion.r".locations."/".extraConfig = serveHtml pkgs; }