Remember to export the right functions...

This commit is contained in:
niten 2023-11-14 08:54:33 -08:00
parent 326c4a1796
commit 0c50266608

View File

@ -54,5 +54,5 @@ let
in {
inherit getHostSite getHostDomain getHostRealm getHostFqdn getHostIpv4
getHostIpv6 getHostIps getDomainPostgresqlServer getSiteHosts getDomainHosts
getSiteGateway getHostGateway;
getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6;
}