From 9f863eac6e5f433c871b5c763639fa8009a64e6c Mon Sep 17 00:00:00 2001 From: Dennis <52411861+DerDennisOP@users.noreply.github.com> Date: Fri, 2 Feb 2024 06:31:40 +0100 Subject: [PATCH] add allowed-uris (#56) --- systems/palatine-hill/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index abe9bf8..f036d8d 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -10,6 +10,10 @@ kernelParams = [ "i915.force_probe=56a5" "i915.enable_guc=2" ]; }; + nix.extraOptions = '' + allowed-uris = https://github.com ssh://github.com https://git.wavelens.io ssh://git.wavelens.io + ''; + nixpkgs.config.packageOverrides = pkgs: { vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; }; }; hardware = {