From 95f97eb104b83badf0c2a50757c76e5be6c14967 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 4 Dec 2025 11:45:53 +0000 Subject: Enable binfmt emulation in Rory-ovh --- host/Rory-ovh/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/host/Rory-ovh/configuration.nix b/host/Rory-ovh/configuration.nix index f6ade76..bae08c9 100755 --- a/host/Rory-ovh/configuration.nix +++ b/host/Rory-ovh/configuration.nix @@ -30,6 +30,7 @@ users.groups.ocp = { }; boot.loader.grub.devices = lib.mkForce [ "nodev" ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" "riscv32-linux" ]; networking = { hostName = "Rory-ovh"; nat = { -- cgit 1.5.1