cluster/services/consul: add dns records

This commit is contained in:
Max Headroom 2023-11-03 01:58:32 +01:00
parent 07544555c7
commit 13d1dd572f

View file

@ -17,4 +17,6 @@ in
./remote-api.nix
];
};
dns.records."consul-remote.internal".consulService = "consul-remote";
}