make wasmtime in pneuma's path

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-12-21 13:04:41 -05:00
parent 77618efe10
commit 1dd0ceece7
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" "wasm32-wasi" ];
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
users.motd = builtins.readFile ./motd; users.motd = builtins.readFile ./motd;
services.tailscale.port = 15430; services.tailscale.port = 15430;
environment.systemPackages = with pkgs; [ wasmtime ];
networking.hostName = "pneuma"; networking.hostName = "pneuma";
networking.hostId = "34fbd94b"; networking.hostId = "34fbd94b";