modules/nix-config: use ssh-ng

This commit is contained in:
Max Headroom 2022-05-16 19:54:16 +02:00
parent c44a4422ef
commit f8f35e660f

View file

@ -59,13 +59,13 @@ in {
buildMachines = [ buildMachines = [
(bigBuilder // { (bigBuilder // {
sshUser = "nixbuilder"; sshUser = "ssh-ng://nixbuilder";
hostName = "animus.com"; hostName = "animus.com";
maxJobs = 4; maxJobs = 4;
}) })
] ++ ] ++
(lib.optional (config.networking.hostName != "TITAN") (bigBuilder // { (lib.optional (config.networking.hostName != "TITAN") (bigBuilder // {
sshUser = "nix"; sshUser = "ssh-ng://nix";
hostName = "titan.hypr"; hostName = "titan.hypr";
speedFactor = 12; speedFactor = 12;
maxJobs = 12; maxJobs = 12;