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";