make wasmtime in pneuma's path
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
77618efe10
commit
1dd0ceece7
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue