levi: allow building for i686

This commit is contained in:
Sean Buckley 2024-06-02 23:56:14 -04:00
parent bd0f6f6190
commit 0a4418be86

View file

@ -31,6 +31,10 @@ in
'')
];
nix.extraOptions = ''
extra-platforms = i686-linux
'';
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;