remote-builds: Add aarch64 support

This commit is contained in:
Geoffrey Frogeye 2024-05-06 22:50:01 +02:00
parent c4bb02b16e
commit bd538785b8
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }:
let
vivariumBuilderDefault = {
systems = [ "x86_64-linux" ];
systems = [ "x86_64-linux" "aarch64-linux" ];
protocol = "ssh-ng";
sshUser = "nixremote";
# sshKey doesn't work