From 320e2225ce02dc6a8e60cabd2d8d96329fd17688 Mon Sep 17 00:00:00 2001 From: Dennis <52411861+DerDennisOP@users.noreply.github.com> Date: Fri, 2 Feb 2024 06:46:47 +0100 Subject: [PATCH] change allowed-uris (#57) --- systems/palatine-hill/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index f036d8d..87c4de3 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -11,7 +11,7 @@ }; nix.extraOptions = '' - allowed-uris = https://github.com ssh://github.com https://git.wavelens.io ssh://git.wavelens.io + allowed-uris = github: gitlab: git+https:// git+ssh:// https:// ''; nixpkgs.config.packageOverrides = pkgs: { vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; }; };