Don't overwrite types?
This commit is contained in:
@@ -71,7 +71,8 @@ in {
|
||||
getSiteGatewayV4 getHostGatewayV4 getSiteGatewayV6 getHostGatewayV6
|
||||
getSiteV4PrefixLength getSiteV6PrefixLength;
|
||||
|
||||
types.fudo = with lib.types; rec {
|
||||
types = lib.type // {
|
||||
fudo = with lib.types; rec {
|
||||
networkHost = {
|
||||
hostname = mkOption {
|
||||
type = str;
|
||||
@@ -153,4 +154,5 @@ in {
|
||||
};
|
||||
in attrsOf (submodule networkHostOpt);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user