diff options
| author | seth <[email protected]> | 2023-05-24 04:36:26 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 04:36:26 -0400 |
| commit | a10a4db764f8d77087d9194dc61e9a93d23bf039 (patch) | |
| tree | d28a4e15b085d3eae76a065be7ee1e1fd479f1c9 /hosts | |
| parent | db2274b85ff9c7ad15a9740be2087d59ed604139 (diff) | |
atlas: register i686-linux in binfmt
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/atlas/default.nix | 2 |
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; |
