From 7841ef44a66fa93bda3ee561102c1af51fbaaa70 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Wed, 28 Aug 2024 16:17:51 +0200 Subject: [PATCH] hermit/hardware-configuration.nix: remove hostPlatform, since it is already defined in nixpkgs.nix --- hosts/vali/hermit/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/vali/hermit/hardware-configuration.nix b/hosts/vali/hermit/hardware-configuration.nix index 2632f55..406634d 100644 --- a/hosts/vali/hermit/hardware-configuration.nix +++ b/hosts/vali/hermit/hardware-configuration.nix @@ -32,6 +32,5 @@ # Enable firmware updates via `fwupdmgr`. services.fwupd.enable = lib.mkDefault true; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }