add allowed-uris (#56)
This commit is contained in:
parent
2b917b8332
commit
9f863eac6e
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user