From 33a75717a13702bb2a334405800caaa3b241262d Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 17 Nov 2023 09:44:13 -0800 Subject: [PATCH] fudo.types -> types.fudo --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;