nod: Android integration

This commit is contained in:
Geoffrey Frogeye 2025-04-24 20:55:59 +02:00
parent af122405fb
commit d3119db300
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 11 additions and 0 deletions

View file

@ -33,6 +33,7 @@ let
in
{
config = {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
programs.ssh.knownHosts = lib.trivial.pipe vivariumBuilders [
(builtins.map (builder: {
name = builder.hostName;