From 5944414d152cb68b8bb63c6035655ed5af2b7cf3 Mon Sep 17 00:00:00 2001 From: Tony Klink Date: Mon, 19 Feb 2024 10:53:45 -0600 Subject: [PATCH] Fix typo --- modules/sneedstr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };