diff options
Diffstat (limited to 'hosts/chaski/services/geolocation.nix')
-rw-r--r-- | hosts/chaski/services/geolocation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/chaski/services/geolocation.nix b/hosts/chaski/services/geolocation.nix index 5c2c597..4b095bd 100644 --- a/hosts/chaski/services/geolocation.nix +++ b/hosts/chaski/services/geolocation.nix @@ -2,5 +2,5 @@ { services.nginx.virtualHosts."ilztal.live".locations."/geolocation".root = - pkgs.copyPathToStore /home/stuebinm/Dokumente/utils/playground/web-geolocation; + ../../../assets/ilztal.live; } |