Fix typo
This commit is contained in:
parent
b6dcf61995
commit
5944414d15
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue