Ah fuckit, don't put it in types at all

This commit is contained in:
niten 2023-11-17 10:06:04 -08:00
parent dca7d8c9ef
commit a0493a2eef
1 changed files with 44 additions and 46 deletions

View File

@ -71,8 +71,7 @@ in {
getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6
getSiteV4PrefixLength getSiteV6PrefixLength;
types = lib.types // {
fudo = with lib.types; rec {
fudo-types = with lib.types; rec {
networkHost = {
hostname = mkOption {
type = str;
@ -154,5 +153,4 @@ in {
};
in attrsOf (submodule networkHostOpt);
};
};
}