This commit is contained in:
Tony Klink 2024-02-19 10:53:45 -06:00
parent b6dcf61995
commit 5944414d15
Signed by: klink
GPG key ID: 85175567C4D19231

View file

@ -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";
}; };