fix hardcoded domain for etcd service
This commit is contained in:
parent
a87c93b739
commit
66c5787bba
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@
|
|||
|
||||
services.etcd = lib.mkIf (cfg.hosts.${name}.role == "etcd") {
|
||||
enable = true;
|
||||
name = "${name}.ocjtech.us";
|
||||
name = "${name}.${config.networking.domain}";
|
||||
advertiseClientUrls = [
|
||||
"https://${cfg.hosts.${name}.wireguard_subnet.address}:2379"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue