remove most remote builders
This commit is contained in:
parent
c7402ee595
commit
53d1b8f7ba
8 changed files with 1 additions and 43 deletions
ops/nixos
clouvider-lon01
cofractal-ams01
howl
laputa
lib
nausicaa
porcorosso
|
@ -8,7 +8,6 @@
|
|||
../lib/zfs.nix
|
||||
../lib/bgp.nix
|
||||
../lib/minotarproxy.nix
|
||||
../lib/whitby-distributed.nix
|
||||
../lib/macmini-distributed.nix
|
||||
../lib/oracle-lon01-distributed.nix
|
||||
../lib/quotes.bfob.gg.nix
|
||||
|
|
|
@ -59,8 +59,7 @@ in
|
|||
imports = [
|
||||
../lib/zfs.nix
|
||||
../lib/bgp.nix
|
||||
../lib/whitby-distributed.nix
|
||||
../lib/nixbuild-distributed.nix
|
||||
#../lib/nixbuild-distributed.nix
|
||||
#../lib/gitlab-runner-cacher.nix
|
||||
../lib/coredns/default.nix
|
||||
../lib/deluge.nix
|
||||
|
|
|
@ -9,7 +9,6 @@ in {
|
|||
imports = [
|
||||
../lib/zfs.nix
|
||||
../lib/graphical-client-wayland.nix
|
||||
../lib/whitby-distributed.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
../lib/zfs.nix
|
||||
../lib/graphical-client-wayland.nix
|
||||
../lib/plasma.nix
|
||||
../lib/whitby-distributed.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
|
|
|
@ -83,9 +83,6 @@ in
|
|||
blast-ninio-013 = blast-tmpl "blast-ninio-013-ssh.faceit.com";
|
||||
blast-ninio-014 = blast-tmpl "blast-ninio-014-ssh.faceit.com";
|
||||
|
||||
whitby = {
|
||||
hostname = "whitby.tvl.fyi";
|
||||
};
|
||||
github = {
|
||||
user = "git";
|
||||
hostname = "github.com";
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
imports = [ ./nixbuild-key.nix ];
|
||||
|
||||
# Distributed builds!
|
||||
nix.buildMachines = lib.mkAfter [ {
|
||||
hostName = "whitby-build";
|
||||
system = "x86_64-linux";
|
||||
maxJobs = 64;
|
||||
speedFactor = 4;
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
}];
|
||||
nix.distributedBuilds = true;
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
Host whitby-build
|
||||
Hostname whitby.tvl.fyi
|
||||
User lukegb
|
||||
PubkeyAcceptedKeyTypes ssh-ed25519
|
||||
IdentityFile ${config.my.vault.secrets.id_ed25519_nixbuild.path}
|
||||
'';
|
||||
programs.ssh.knownHosts = {
|
||||
whitby-build = {
|
||||
hostNames = [ "whitby.tvl.fyi" "whitby-build" ];
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILNh/w4BSKov0jdz3gKBc98tpoLta5bb87fQXWBhAl2I";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -10,7 +10,6 @@ in {
|
|||
../lib/zfs.nix
|
||||
../lib/graphical-client-wayland.nix
|
||||
../lib/plasma.nix
|
||||
#../lib/whitby-distributed.nix
|
||||
#../lib/nixbuild-distributed.nix
|
||||
../lib/rexxar-distributed.nix
|
||||
../lib/quadv-ca/default.nix
|
||||
|
|
|
@ -26,7 +26,6 @@ in {
|
|||
../lib/zfs.nix
|
||||
../lib/graphical-client-x11.nix
|
||||
../lib/plasma.nix
|
||||
../lib/whitby-distributed.nix
|
||||
../lib/quadv-ca/default.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue