Fix typo
This commit is contained in:
parent
b6dcf61995
commit
5944414d15
|
@ -22,7 +22,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
enableAuth = mkOption {
|
enableAuth = mkOption {
|
||||||
type = type.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Require NIP-42 Authentication for REQ and EVENT";
|
description = "Require NIP-42 Authentication for REQ and EVENT";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue