diff options
author | stuebinm | 2022-01-09 07:35:37 +0100 |
---|---|---|
committer | stuebinm | 2022-01-09 07:37:51 +0100 |
commit | eb97c76228dd9675ccfe4662ca551f07327ca9b4 (patch) | |
tree | 2655a9194d9e22c41f794fefa221ccb0dc15c06b /hosts/chaski | |
parent | b10c39a23ce7fafe6021d74022951b28a7404f87 (diff) |
add ilztal.live sources into tree
Diffstat (limited to '')
-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; } |