mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
DNS records cleanup
This commit is contained in:
parent
9f953e7465
commit
2b9ebd8877
15 changed files with 135 additions and 120 deletions
|
|
@ -135,9 +135,9 @@ in
|
|||
};
|
||||
|
||||
deploy.tf.dns.records.services_grafana = {
|
||||
tld = config.network.dns.tld;
|
||||
inherit (config.network.dns) zone;
|
||||
domain = "graph";
|
||||
cname.target = "${config.networking.hostName}.${config.network.dns.tld}";
|
||||
cname = { inherit (config.network.addresses.public) target; };
|
||||
};
|
||||
|
||||
services.prometheus = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue