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