Remember to export the right functions...
This commit is contained in:
parent
326c4a1796
commit
0c50266608
2
lib.nix
2
lib.nix
@ -54,5 +54,5 @@ let
|
|||||||
in {
|
in {
|
||||||
inherit getHostSite getHostDomain getHostRealm getHostFqdn getHostIpv4
|
inherit getHostSite getHostDomain getHostRealm getHostFqdn getHostIpv4
|
||||||
getHostIpv6 getHostIps getDomainPostgresqlServer getSiteHosts getDomainHosts
|
getHostIpv6 getHostIps getDomainPostgresqlServer getSiteHosts getDomainHosts
|
||||||
getSiteGateway getHostGateway;
|
getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user