Fix missing lib.mkOption
call
This commit is contained in:
parent
5de2395977
commit
aeb3299f44
|
@ -1,5 +1,5 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
options.satellite.proxy = {
|
options.satellite.proxy = lib.mkOption {
|
||||||
type = lib.types.functionTo lib.types.anything;
|
type = lib.types.functionTo lib.types.anything;
|
||||||
description = "Helper function for generating a quick proxy config";
|
description = "Helper function for generating a quick proxy config";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue