feat(system/tuxedo): add intel igpu drivers (vaapi, qsv)
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.graphics.extraPackages = with pkgs; [
|
||||||
|
intel-media-driver
|
||||||
|
intel-compute-runtime
|
||||||
|
intel-media-sdk
|
||||||
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
users.users.andrey.extraGroups = lib.mkAfter [ "docker" ];
|
users.users.andrey.extraGroups = lib.mkAfter [ "docker" ];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user