From eb97c76228dd9675ccfe4662ca551f07327ca9b4 Mon Sep 17 00:00:00 2001
From: stuebinm
Date: Sun, 9 Jan 2022 07:35:37 +0100
Subject: add ilztal.live sources into tree

---
 hosts/chaski/services/geolocation.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hosts')

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;
 }
-- 
cgit v1.2.3