Oops, entities.hosts
This commit is contained in:
parent
23a5951c9a
commit
f987312a29
2
lib.nix
2
lib.nix
@ -35,7 +35,7 @@ let
|
|||||||
attrNames (filterAttrs (_: hostOpts: hostOpts.site == site) entities.hosts);
|
attrNames (filterAttrs (_: hostOpts: hostOpts.site == site) entities.hosts);
|
||||||
getDomainHosts = domain:
|
getDomainHosts = domain:
|
||||||
attrNames
|
attrNames
|
||||||
(filterAttrs (_: hostOpts: hostOpts.domain == domain) entities.domain);
|
(filterAttrs (_: hostOpts: hostOpts.domain == domain) entities.hosts);
|
||||||
in {
|
in {
|
||||||
inherit getHostSite getHostDomain getHostRealm getHostFqdn getHostIpv4
|
inherit getHostSite getHostDomain getHostRealm getHostFqdn getHostIpv4
|
||||||
getHostIpv6 getHostIps getDomainPostgresqlServer getSiteHosts
|
getHostIpv6 getHostIps getDomainPostgresqlServer getSiteHosts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user