about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/hoshi.nix2
1 files changed, 2 insertions, 0 deletions
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;