Fix error with custom cloudflare helper type
This commit is contained in:
parent
ebcfef4bd3
commit
5079683b64
|
@ -9,7 +9,7 @@ in
|
|||
};
|
||||
|
||||
proxy = lib.mkOption {
|
||||
type = lib.types.functionTo (lib.types.functionTo lib.types.anything);
|
||||
type = lib.types.functionTo lib.types.anything;
|
||||
description = "Helper function for generating a quick proxy config";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue