From 4185a02e3b77aa511329ab4884e1c6507031f11c Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 16 Nov 2020 21:32:27 +0100 Subject: [PATCH] ma remote-build: enable gum for arm6l cross-build --- 2configs/remote-build/gum.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/2configs/remote-build/gum.nix b/2configs/remote-build/gum.nix index 98e2e58..39e90f1 100644 --- a/2configs/remote-build/gum.nix +++ b/2configs/remote-build/gum.nix @@ -10,6 +10,14 @@ system = "x86_64-linux"; supportedFeatures = [ ]; } + { + hostName = "gum.krebsco.de"; + maxJobs = 8; + sshKey = toString ; + sshUser = "nixBuild"; + system = "armv6l-linux"; + supportedFeatures = [ ]; + } ]; }; }