summaryrefslogtreecommitdiff
path: root/hosts/chaski/services/geolocation.nix
blob: 5c2c5971c1e6e449a5e83bdaf72eb7a6bf965a34 (plain)
1
2
3
4
5
6
{ config, lib, pkgs, ... }:

{
  services.nginx.virtualHosts."ilztal.live".locations."/geolocation".root =
    pkgs.copyPathToStore /home/stuebinm/Dokumente/utils/playground/web-geolocation;
}