modules/nix-config: use ssh-ng
This commit is contained in:
parent
c44a4422ef
commit
f8f35e660f
1 changed files with 2 additions and 2 deletions
|
@ -59,13 +59,13 @@ in {
|
|||
|
||||
buildMachines = [
|
||||
(bigBuilder // {
|
||||
sshUser = "nixbuilder";
|
||||
sshUser = "ssh-ng://nixbuilder";
|
||||
hostName = "animus.com";
|
||||
maxJobs = 4;
|
||||
})
|
||||
] ++
|
||||
(lib.optional (config.networking.hostName != "TITAN") (bigBuilder // {
|
||||
sshUser = "nix";
|
||||
sshUser = "ssh-ng://nix";
|
||||
hostName = "titan.hypr";
|
||||
speedFactor = 12;
|
||||
maxJobs = 12;
|
||||
|
|
Loading…
Reference in a new issue