hermit/hardware-configuration.nix: remove hostPlatform, since it is already defined in nixpkgs.nix
This commit is contained in:
parent
5fde6c1c30
commit
7841ef44a6
1 changed files with 0 additions and 1 deletions
|
@ -32,6 +32,5 @@
|
||||||
# Enable firmware updates via `fwupdmgr`.
|
# Enable firmware updates via `fwupdmgr`.
|
||||||
services.fwupd.enable = lib.mkDefault true;
|
services.fwupd.enable = lib.mkDefault true;
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue