domain -> domains
This commit is contained in:
parent
93c9f68d63
commit
3dc70be963
2
lib.nix
2
lib.nix
|
@ -30,7 +30,7 @@ let
|
|||
|
||||
getDomainPostgresqlServer = hostname:
|
||||
let domain-name = entities.hosts."${hostname}".domain;
|
||||
in getHostFqdn entities.domain."${domain-name}".postgresql-server;
|
||||
in getHostFqdn entities.domains."${domain-name}".postgresql-server;
|
||||
|
||||
in {
|
||||
inherit getHostSite getHostDomain getHostRealm getHostFqdn getHostIpv4
|
||||
|
|
Loading…
Reference in New Issue