idk some stuff, mostly 25.11 and opencode stuff

This commit is contained in:
Anish Lakhwara
2026-02-01 23:39:21 -08:00
parent cd8bb0fe0f
commit 615ea7b026
33 changed files with 992 additions and 914 deletions
+4 -4
View File
@@ -6,13 +6,13 @@
}:
{
# Enable Hardware Acceleration for transcoding
# Note: vaapiIntel override with enableHybridCodec should be in flake.nix overlay if needed
# Note: intel-vaapi-driver override with enableHybridCodec should be in flake.nix overlay if needed
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
vaapiVdpau
intel-vaapi-driver # renamed from vaapiIntel in 25.11
libva-vdpau-driver # renamed from vaapiVdpau in 25.11
libvdpau-va-gl
intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in)
];
@@ -37,6 +37,6 @@
enableACME = false;
locations."/".proxyPass = "http://localhost:8096/";
};
};
};
};
}