Files
alo-cluster/common/nomad-server.nix
2025-10-24 15:34:31 +01:00

10 lines
175 B
Nix

{ ... }:
{
# Enable server mode for both Consul and Nomad
# Used by: c1, c2, c3 (quorum members)
clusterRole = {
consulServer = true;
nomadServer = true;
};
}