summaryrefslogtreecommitdiff
path: root/hosts/chaski/services/geolocation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/chaski/services/geolocation.nix')
-rw-r--r--hosts/chaski/services/geolocation.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/chaski/services/geolocation.nix b/hosts/chaski/services/geolocation.nix
deleted file mode 100644
index 4b095bd..0000000
--- a/hosts/chaski/services/geolocation.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- services.nginx.virtualHosts."ilztal.live".locations."/geolocation".root =
- ../../../assets/ilztal.live;
-}