From 90fabeaf3102aa68032048eb9dcea6fc2b3bd431 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 8 Feb 2019 15:17:23 +0100 Subject: ma x: enable remote builder --- 2configs/remote-build/gum.nix | 15 +++++++++++++++ 2configs/remote-build/slave.nix | 1 + 2 files changed, 16 insertions(+) create mode 100644 2configs/remote-build/gum.nix (limited to '2configs') diff --git a/2configs/remote-build/gum.nix b/2configs/remote-build/gum.nix new file mode 100644 index 000000000..98e2e58b5 --- /dev/null +++ b/2configs/remote-build/gum.nix @@ -0,0 +1,15 @@ +{ + nix = { + distributedBuilds = true; + buildMachines = [ + { + hostName = "gum.krebsco.de"; + maxJobs = 8; + sshKey = toString ; + sshUser = "nixBuild"; + system = "x86_64-linux"; + supportedFeatures = [ ]; + } + ]; + }; +} diff --git a/2configs/remote-build/slave.nix b/2configs/remote-build/slave.nix index 89121ffd6..0227f512a 100644 --- a/2configs/remote-build/slave.nix +++ b/2configs/remote-build/slave.nix @@ -5,6 +5,7 @@ useDefaultShell = true; openssh.authorizedKeys.keys = [ config.krebs.users.buildbotSlave.pubkey + config.krebs.users.makefu-remote-builder.pubkey ]; }; } -- cgit v1.2.3 [cgit] Unable to lock slot /tmp/cgit/13200000.lock: No such file or directory (2)