summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/remote-build
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-04-21 13:03:18 +0200
committerlassulus <lassulus@lassul.us>2018-04-21 13:03:18 +0200
commitd7320041b80fa7a429a65dab9ab6227e0c953da0 (patch)
tree5d10b2c16e667b90fa072da4d810d7f24d3c1ae6 /makefu/2configs/remote-build
parent92f7e3e12bdaee3265f583f72e43972269268b1e (diff)
parentee30fc920e0512d9d2359404051ba12efc3ee6f2 (diff)
Merge remote-tracking branch 'gum/master'
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"
-}