add allowed-uris (#56)

This commit is contained in:
Dennis 2024-02-02 06:31:40 +01:00 committed by GitHub
parent 2b917b8332
commit 9f863eac6e

View File

@ -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 = {