diff options
| -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. |
