summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/remote-build/gum.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-11-16 21:39:22 +0100
committermakefu <github@syntax-fehler.de>2020-11-16 21:39:22 +0100
commitedf61887abaee0741c7d5c4d5df59d13b3331c9a (patch)
tree8d1dd6a36a71a2de3db1956b7a09ba33ab7d35cd /makefu/2configs/remote-build/gum.nix
parent2408e07fd303eb74648c785b84cca3fa82a490f5 (diff)
parente824baec5ed0f42b6002632295ab241e9c7a80c7 (diff)
Merge branch 'master' into 20.09
Diffstat (limited to 'makefu/2configs/remote-build/gum.nix')
-rw-r--r--makefu/2configs/remote-build/gum.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/remote-build/gum.nix b/makefu/2configs/remote-build/gum.nix
index 98e2e58b..39e90f1b 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 = [ ];
+ }
];
};
}