diff --git a/hosts/pneuma/default.nix b/hosts/pneuma/default.nix index 74a9723..277b968 100755 --- a/hosts/pneuma/default.nix +++ b/hosts/pneuma/default.nix @@ -1,10 +1,11 @@ { config, pkgs, ... }: { - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" "wasm32-wasi" ]; virtualisation.docker.enable = true; users.motd = builtins.readFile ./motd; services.tailscale.port = 15430; + environment.systemPackages = with pkgs; [ wasmtime ]; networking.hostName = "pneuma"; networking.hostId = "34fbd94b";