main-homelab: setup intel graphics drivers
This commit is contained in:
parent
8df451ca6d
commit
e7929d4c58
1 changed files with 9 additions and 0 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue