diff options
author | lassulus <lassulus@lassul.us> | 2020-11-17 20:01:18 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-11-17 20:01:18 +0100 |
commit | 2041c1fb9e1265fa02e443b704bfb55527108954 (patch) | |
tree | 9e34c403594eb4d37bfea8c6813129e0d931aec5 /makefu/2configs/remote-build/gum.nix | |
parent | 2fce838d369dfe4dfffc19830272daaba95e2dea (diff) | |
parent | f911324c592ebd7809472a4100a8f6a6c83b0fe2 (diff) |
Merge remote-tracking branch 'gum/20.09' into 20.09
Diffstat (limited to 'makefu/2configs/remote-build/gum.nix')
-rw-r--r-- | makefu/2configs/remote-build/gum.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/remote-build/gum.nix b/makefu/2configs/remote-build/gum.nix index 98e2e58b5..39e90f1b8 100644 --- a/makefu/2configs/remote-build/gum.nix +++ b/makefu/2configs/remote-build/gum.nix @@ -10,6 +10,14 @@ system = "x86_64-linux"; supportedFeatures = [ ]; } + { + hostName = "gum.krebsco.de"; + maxJobs = 8; + sshKey = toString <secrets/id_nixBuild>; + sshUser = "nixBuild"; + system = "armv6l-linux"; + supportedFeatures = [ ]; + } ]; }; } |