summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-17 16:39:35 +0200
committerAlan Pearce2024-05-17 17:49:41 +0200
commit91a8faf2b2d9aff7f209edf28005d5c160b90ff5 (patch)
tree0203592e053167dbde8169166af4a2298c3393dc /system
parent1bf2bcbef0ec4f2333b88b976eaeabd9dba31242 (diff)
downloadnixfiles-91a8faf2b2d9aff7f209edf28005d5c160b90ff5.tar.lz
nixfiles-91a8faf2b2d9aff7f209edf28005d5c160b90ff5.tar.zst
nixfiles-91a8faf2b2d9aff7f209edf28005d5c160b90ff5.zip
update searchix
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 00041ae9..91fc0c3a 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -849,6 +849,10 @@ in
             "https://js-de.sentry-cdn.com"
             "https://browser.sentry-cdn.com"
           ];
+          img-src = [
+            "'self'"
+            "https://gc.zgo.at"
+          ];
           connect-src = [
             "'self'"
             "https://searchix.goatcounter.com/count"
@@ -870,8 +874,8 @@ in
       importer.sources = {
         darwin = {
           enable = true;
-          type = "download-options";
-          URL = "https://alanpearce.github.io/nix-darwin-options";
+          fetcher = "download";
+          url = "https://alanpearce.github.io/nix-darwin-options";
         };
         home-manager.enable = true;
       };