From e7929d4c589c0dd0445cf0f12b3cf94128660c7a Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:20:55 +0100 Subject: [PATCH] main-homelab: setup intel graphics drivers --- hosts/main-homelab/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index 5ecdda8..90266ba 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -48,6 +48,15 @@ backend = "podman-socket"; }; + hardware.graphics = { + enable = true; + extraPackages = with pkgs; [ + intel-media-driver + vpl-gpu-rt + libvdpau-va-gl + ]; + }; + users.extraUsers.veneficium.extraGroups = [ "podman" ]; environment.systemPackages = with pkgs; [