From c8d3565c4b3d291d8841dfed1a4d408070c4889b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 6 Feb 2025 18:11:58 +0000 Subject: [PATCH] enable coral on some desktops --- hosts/fwminex/configuration.nix | 1 + hosts/mtworx/configuration.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index e4882b3..09b6ce9 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -80,6 +80,7 @@ in hardware = { cpu.intel.updateMicrocode = true; + coral.usb.enable = true; graphics = { enable = true; extraPackages = [ pkgs.intel-media-driver ]; diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index d8f2120..0ae1f1f 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -72,6 +72,8 @@ in }; }; + hardware.coral.usb.enable = true; + hardware.cpu.intel.updateMicrocode = true; nixpkgs.hostPlatform = "x86_64-linux";