summaryrefslogtreecommitdiff
path: root/hosts/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/atlas')
-rw-r--r--hosts/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index 097fda1..11db15e 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -20,7 +20,7 @@
};
boot = {
- binfmt.emulatedSystems = ["x86_64-linux"];
+ binfmt.emulatedSystems = ["x86_64-linux" "i686-linux"];
cleanTmpDir = true;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;