{ config, lib, pkgs, ... }:

{
  services.nginx.virtualHosts."ilztal.live".locations."/geolocation".root =
     ../ilztal.live;
}