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"; diff --git a/hosts/murk/home.nix b/hosts/murk/home.nix index bdf4173..556699e 100644 --- a/hosts/murk/home.nix +++ b/hosts/murk/home.nix @@ -40,6 +40,7 @@ in { go rainfrog tealdeer + gh (callPackage ./packages/mender-cli.nix {}) ] # Non-free