sops fix, vaapi

This commit is contained in:
unexplrd
2025-03-04 13:07:52 +02:00
parent 25549279f2
commit d880ca20ca
6 changed files with 15 additions and 6 deletions

View File

@ -68,7 +68,14 @@ in {
bluetooth.enable = true;
};
networking.useDHCP = lib.mkDefault true;
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
vpl-gpu-rt
];
};
# intel ax201 wifi card firmware
hardware.enableRedistributableFirmware = true;