modules/nix-config: add prophet

This commit is contained in:
Max Headroom 2022-05-16 19:56:47 +02:00
parent f8f35e660f
commit f18758de3c

View file

@ -63,6 +63,11 @@ in {
hostName = "animus.com"; hostName = "animus.com";
maxJobs = 4; maxJobs = 4;
}) })
(builder // {
sshUser = "ssh-ng://nix";
hostName = "prophet.node.privatevoid.net";
systems = [ "aarch64-linux" ];
})
] ++ ] ++
(lib.optional (config.networking.hostName != "TITAN") (bigBuilder // { (lib.optional (config.networking.hostName != "TITAN") (bigBuilder // {
sshUser = "ssh-ng://nix"; sshUser = "ssh-ng://nix";