summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-04 11:45:53 +0000
committerRory& <root@rory.gay>2025-12-04 11:45:53 +0000
commit95f97eb104b83badf0c2a50757c76e5be6c14967 (patch)
treeaaab133a9edf11a351dd525bf14ec2b4f8c61ecf
parentRebase synapse patches (diff)
downloadRory-Open-Architecture-95f97eb104b83badf0c2a50757c76e5be6c14967.tar.xz
Enable binfmt emulation in Rory-ovh
-rwxr-xr-xhost/Rory-ovh/configuration.nix1
1 files changed, 1 insertions, 0 deletions
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 = {