summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-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;
       };