summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/remote-build
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-04-04 14:47:14 +0200
committermakefu <github@syntax-fehler.de>2018-04-04 14:47:14 +0200
commitaf5698307560b8cd1ab2ff2713684debab74fd5d (patch)
treed347b64c25cbbd75bf0b25098fac58c3bd29a671 /makefu/2configs/remote-build
parent402a0c9847df5b1195cb8b49e2f0cf632668ca71 (diff)
ma remote-build: rip
Diffstat (limited to 'makefu/2configs/remote-build')
-rw-r--r--makefu/2configs/remote-build/master.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/makefu/2configs/remote-build/master.nix b/makefu/2configs/remote-build/master.nix
deleted file mode 100644
index 2a2c6811..00000000
--- a/makefu/2configs/remote-build/master.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ pkgs, ...}:
-let
- sshKey = (toString <secrets>) + "/id_nixBuild";
-in {
- nix.distributedBuilds = true;
- # TODO: iterate over krebs.hosts
- nix.buildMachines = map ( hostName:
- { inherit hostName sshKey;
- sshUser = "nixBuild";
- system = "x86_64-linux";
- maxJobs = 8;
- }) [ "hotdog.r" ];
- # puyak.r "wbob.r" "omo.r" "gum.r" "latte.r"
-}