From ddbf114958d8c6458bc5aa095f00fb54dbe6d9d0 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 22 Oct 2023 19:53:18 +0000 Subject: sys/hoshi.nix: set nixpkgs.hostPlatform --- sys/hoshi.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') diff --git a/sys/hoshi.nix b/sys/hoshi.nix index e35eb53585a7..c31435863ade 100644 --- a/sys/hoshi.nix +++ b/sys/hoshi.nix @@ -9,6 +9,8 @@ ../modules/workstation/physical ]; + nixpkgs.hostPlatform.system = "x86_64-linux"; + hardware.enableRedistributableFirmware = true; boot.loader.systemd-boot.enable = true; -- cgit 1.4.1