modules/nix-config: add prophet
This commit is contained in:
parent
f8f35e660f
commit
f18758de3c
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ in {
|
|||
hostName = "animus.com";
|
||||
maxJobs = 4;
|
||||
})
|
||||
(builder // {
|
||||
sshUser = "ssh-ng://nix";
|
||||
hostName = "prophet.node.privatevoid.net";
|
||||
systems = [ "aarch64-linux" ];
|
||||
})
|
||||
] ++
|
||||
(lib.optional (config.networking.hostName != "TITAN") (bigBuilder // {
|
||||
sshUser = "ssh-ng://nix";
|
||||
|
|
Loading…
Reference in a new issue