enable coral on some desktops
This commit is contained in:
parent
fefe3d0f4e
commit
c8d3565c4b
hosts
@ -80,6 +80,7 @@ in
|
||||
|
||||
hardware = {
|
||||
cpu.intel.updateMicrocode = true;
|
||||
coral.usb.enable = true;
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.intel-media-driver ];
|
||||
|
@ -72,6 +72,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
hardware.coral.usb.enable = true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user