lavaridge: force disable firefox vaapi decoding
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-24 19:46:41 -04:00
parent 2fd5bb5c74
commit 0c2b2cd0a2

View file

@ -38,6 +38,8 @@
environment.variables.GDK_SCALE = "1.5"; environment.variables.GDK_SCALE = "1.5";
networking.hostName = "lavaridge"; networking.hostName = "lavaridge";
programs.firefox.policies.Preferences."media.ffmpeg.vaapi.enabled" = lib.mkForce false;
system.stateVersion = "24.05"; system.stateVersion = "24.05";
ar = { ar = {