From fcb5ee3581205ab42c6b9d67ace335a4ca478904 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Mon, 21 Jul 2025 00:08:43 +0200 Subject: [PATCH] temperance: remove nixpkgs.hostPlatform This option does not exist anymore since I set nixpkgs' pkgs value, which disables most options. Signed-off-by: Bloxx12 Change-Id: I6a6a6964fb25569eef1b0ae547b724a36a71bc95 --- hosts/temperance/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/temperance/hardware-configuration.nix b/hosts/temperance/hardware-configuration.nix index e75c895..8b5836c 100644 --- a/hosts/temperance/hardware-configuration.nix +++ b/hosts/temperance/hardware-configuration.nix @@ -27,6 +27,5 @@ networking.useDHCP = lib.mkDefault true; # networking.interfaces.enp4s0.useDHCP = lib.mkDefault true; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }