about summary refs log tree commit diff
path: root/sys/atuin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/atuin.nix')
-rw-r--r--sys/atuin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index 91f16244dc37..724f146cda5b 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -136,6 +136,8 @@ in
     ../modules/users
   ];
 
+  nixpkgs.hostPlatform.system = "x86_64-linux";
+
   fileSystems = {
     "/" = { device = "rpool/root"; fsType = "zfs"; neededForBoot = true; };
     "/boot" = { device = "/dev/disk/by-partlabel/boot"; fsType = "ext4"; };