enable coral on some desktops

This commit is contained in:
Motiejus Jakštys 2025-02-06 18:11:58 +00:00
parent fefe3d0f4e
commit c8d3565c4b
2 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,7 @@ in
hardware = {
cpu.intel.updateMicrocode = true;
coral.usb.enable = true;
graphics = {
enable = true;
extraPackages = [ pkgs.intel-media-driver ];

View File

@ -72,6 +72,8 @@ in
};
};
hardware.coral.usb.enable = true;
hardware.cpu.intel.updateMicrocode = true;
nixpkgs.hostPlatform = "x86_64-linux";