From 8f712e3ef7c9d9a5c8a22ba7379acb82279a2608 Mon Sep 17 00:00:00 2001 From: muon Date: Mon, 20 Oct 2025 12:02:16 +0000 Subject: [PATCH] Add binfmt --- hosts/murk/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index 05610ba..8723d8f 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -36,8 +36,14 @@ in { pkgs.libpq pkgs.qmk pkgs.jq + pkgs.wireguard-tools ]; + boot.binfmt = { + emulatedSystems = ["aarch64-linux"]; + preferStaticEmulators = true; # Make it work with Docker + }; + # System mods.user.name = "muon"; networking.hostName = "murk";