diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-28 05:16:59 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-28 05:16:59 -0600 |
| commit | 8f2a24a214e6de655492df467780569b8282f700 (patch) | |
| tree | ce5b6ec8873360e2f9b82cc8fb11406cb088208d /machines | |
| parent | 178490dba204f43616b7d811a5d41f8b6a048d31 (diff) | |
more cross compiling power
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/doretta/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/doretta/configuration.nix b/machines/doretta/configuration.nix index b29289e..4f53d25 100644 --- a/machines/doretta/configuration.nix +++ b/machines/doretta/configuration.nix @@ -13,6 +13,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; networking.hostName = "doretta"; # Define your hostname. |
