diff --git a/lib.nix b/lib.nix index e6429b0..2b06c64 100644 --- a/lib.nix +++ b/lib.nix @@ -71,7 +71,7 @@ in { getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6 getSiteV4PrefixLength getSiteV6PrefixLength; - fudo.types = with lib.types; rec { + types.fudo = with lib.types; rec { networkHost = { hostname = mkOption { type = str;