From 0a4418be86282da0c6627514194d0cf5a7208e81 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 2 Jun 2024 23:56:14 -0400 Subject: [PATCH] levi: allow building for i686 --- hosts/levi/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/levi/configuration.nix b/hosts/levi/configuration.nix index bd96bec..691094a 100644 --- a/hosts/levi/configuration.nix +++ b/hosts/levi/configuration.nix @@ -31,6 +31,10 @@ in '') ]; + nix.extraOptions = '' + extra-platforms = i686-linux + ''; + boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true;