home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 776ad4a021362bac51aaeeb1b88fa79857975a0b
parent 9a3f96e523a737a4b01a41b892ab8d0d1162d94d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 17 Aug 2021 15:33:11 +0200

systems/naruhodo: re-enable wakasu as buildMachine

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/naruhodo.nix | 52++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -84,32 +84,32 @@ in 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.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" = {