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; [