diff options
author | Alan Pearce | 2024-05-17 16:39:35 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-17 17:49:41 +0200 |
commit | 91a8faf2b2d9aff7f209edf28005d5c160b90ff5 (patch) | |
tree | 0203592e053167dbde8169166af4a2298c3393dc | |
parent | 1bf2bcbef0ec4f2333b88b976eaeabd9dba31242 (diff) | |
download | nixfiles-91a8faf2b2d9aff7f209edf28005d5c160b90ff5.tar.lz nixfiles-91a8faf2b2d9aff7f209edf28005d5c160b90ff5.tar.zst nixfiles-91a8faf2b2d9aff7f209edf28005d5c160b90ff5.zip |
update searchix
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | system/linde.nix | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock index 8c24f437..e968f6f6 100644 --- a/flake.lock +++ b/flake.lock @@ -461,11 +461,11 @@ "simple-css": "simple-css" }, "locked": { - "lastModified": 1715953887, - "narHash": "sha256-JuVSaPmKodzKtMNpgkF0T37Ea2A4jjARHuRu++7VTSo=", + "lastModified": 1715960277, + "narHash": "sha256-b/iq6O1Y4DkiPBWjiu+20lGzDVGYKVpx7SL85UKm3Fw=", "ref": "refs/heads/main", - "rev": "9f241bff227608dd53a250d012116077dce6dab6", - "revCount": 160, + "rev": "8df293c0ad8b8be9f43f2d5dc1334b8546d6f470", + "revCount": 168, "type": "git", "url": "https://git.alanpearce.eu/searchix" }, 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; }; |