summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 14:57:51 +0200
committerAlan Pearce2024-06-29 14:57:51 +0200
commitc3958d32942a6dd64045d527cf581fb737f9da47 (patch)
tree01cc243b275107d6e97055ac19d6505b498ec84a /system/linde.nix
parentfdb646b04e0e7fc49b9f20ae4f54e1d41f582f9d (diff)
downloadnixfiles-c3958d32942a6dd64045d527cf581fb737f9da47.tar.lz
nixfiles-c3958d32942a6dd64045d527cf581fb737f9da47.tar.zst
nixfiles-c3958d32942a6dd64045d527cf581fb737f9da47.zip
linde: use self-hosted goatcounter for searchix
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 3a4b66ec..be176ccc 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -952,17 +952,17 @@ in
             {
               script-src = [
                 (baseURL + "/static/")
-                "https://gc.zgo.at"
+                "https://searchix.stats.alanpearce.eu"
                 "https://js-de.sentry-cdn.com"
                 "https://browser.sentry-cdn.com"
               ];
               img-src = [
                 self
-                "https://gc.zgo.at"
+                "https://searchix.stats.alanpearce.eu"
               ];
               connect-src = [
                 self
-                "https://searchix.goatcounter.com/count"
+                "https://searchix.stats.alanpearce.eu/count"
                 "*.sentry.io"
               ];
               worker-src = [
@@ -973,8 +973,8 @@ in
             <script async
               src="https://js-de.sentry-cdn.com/d735e99613a86e1625fb85d0e8e762de.min.js"
               crossorigin="anonymous"></script>
-            <script data-goatcounter="https://searchix.goatcounter.com/count"
-                    async src="//gc.zgo.at/count.v4.js"
+            <script data-goatcounter="https://searchix.stats.alanpearce.eu/count"
+                    async src="//searchix.stats.alanpearce.eu/count.v4.js"
                     crossorigin="anonymous"
                     integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script>
           '';