hydra: remove nomad client

This commit is contained in:
Astro 2022-07-04 00:33:13 +02:00
parent 9170273a38
commit eb1df36d7a
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ in
zentralwerk.lib.config.site.net.cluster.hosts4.${server}
) [ "server9" "server10" ];
};
client = {
enabled = true;
network_interface = "cluster";
servers = [ "localhost" ];
};
};
};
}