From 443c52a29e615c150dd953af3076a6000a473d6d Mon Sep 17 00:00:00 2001 From: chayleaf Date: Fri, 28 Jul 2023 13:51:25 +0700 Subject: [PATCH] further ci fixes --- system/hosts/nixserver/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/hosts/nixserver/home.nix b/system/hosts/nixserver/home.nix index 8b6cd55..84a4810 100644 --- a/system/hosts/nixserver/home.nix +++ b/system/hosts/nixserver/home.nix @@ -85,7 +85,10 @@ in { # only hydra has access to this file anyway nix.settings.extra-builtins-file = "/etc/nixos/private/extra-builtins.nix"; nix.settings.allowed-uris = [ + # required for home-manager "https://git.sr.ht/~rycee/nmd/" + # required for server (I suppose since nvfetcher uses fetchTarball here...) + "https://github.com/searxng/searxng/" ]; services.nginx.virtualHosts."binarycache.${cfg.domainName}" = { quic = true;