Fix missing lib.mkOption
call
This commit is contained in:
parent
5de2395977
commit
aeb3299f44
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue