diff --git a/modules/sneedstr.nix b/modules/sneedstr.nix index ded77a1..7cd3b6a 100644 --- a/modules/sneedstr.nix +++ b/modules/sneedstr.nix @@ -22,7 +22,7 @@ in { ''; }; enableAuth = mkOption { - type = type.bool; + type = types.bool; default = false; description = "Require NIP-42 Authentication for REQ and EVENT"; };