add remaining nodes to deploy config

This commit is contained in:
Tim Schubert 2022-08-23 23:52:37 +02:00
parent 5bdcf5c658
commit f17a0fd99f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -18,8 +18,10 @@ let
in
{
nodes = builtins.mapAttrs (hostname: fun: fun hostname) {
agares = daNode;
ifrit = daNode;
pruflas = daNode;
surgat = daNode;
};
}