From 0c50266608655b531bea3c35959492a5c548e3ec Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 14 Nov 2023 08:54:33 -0800 Subject: [PATCH] Remember to export the right functions... --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 41c5ac5..0e61b94 100644 --- a/lib.nix +++ b/lib.nix @@ -54,5 +54,5 @@ let in { inherit getHostSite getHostDomain getHostRealm getHostFqdn getHostIpv4 getHostIpv6 getHostIps getDomainPostgresqlServer getSiteHosts getDomainHosts - getSiteGateway getHostGateway; + getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6; }