commit 6e4eb84afd79af922f7bcd1b201d68b455a8910c parent af59576b6b7527e7b03bb60af54d50c8a9897151 Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 5 Jul 2021 09:56:19 +0200 systems/naruhodo: temporarly disable remote builders Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/naruhodo.nix | | | 54 | +++++++++++++++++++++++++++--------------------------- |
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -78,33 +78,33 @@ in # FIXME Fix tmpOnTmpfs systemd.additionalUpstreamSystemUnits = [ "tmp.mount" ]; - nix.distributedBuilds = true; - nix.buildMachines = [ - { - hostName = "192.168.1.77"; - maxJobs = 8; - sshUser = "builder"; - sshKey = "/etc/nixos/secrets/builder"; - systems = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" "powerpc64le-linux" "s390x-linux" ]; - supportedFeatures = [ - "big-parallel" - "kvm" - "nixos-test" - ]; - } - { - hostName = "192.168.1.115"; - maxJobs = 8; - sshUser = "builder"; - sshKey = "/etc/nixos/secrets/builder"; - systems = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" "powerpc64le-linux" "s390x-linux" ]; - supportedFeatures = [ - "big-parallel" - "kvm" - "nixos-test" - ]; - } - ]; + # nix.distributedBuilds = true; + # nix.buildMachines = [ + # { + # hostName = "192.168.1.77"; + # maxJobs = 8; + # sshUser = "builder"; + # sshKey = "/etc/nixos/secrets/builder"; + # systems = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" "powerpc64le-linux" "s390x-linux" ]; + # supportedFeatures = [ + # "big-parallel" + # "kvm" + # "nixos-test" + # ]; + # } + # { + # hostName = "192.168.1.115"; + # maxJobs = 8; + # sshUser = "builder"; + # sshKey = "/etc/nixos/secrets/builder"; + # systems = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" "powerpc64le-linux" "s390x-linux" ]; + # supportedFeatures = [ + # "big-parallel" + # "kvm" + # "nixos-test" + # ]; + # } + # ]; programs.ssh.knownHosts = { "wakasu" = {