update searchix
1 file changed, 6 insertions(+), 2 deletions(-)
changed files
M system/linde.nix → system/linde.nix
@@ -849,6 +849,10 @@ "https://gc.zgo.at" "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 @@ 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; };