From 66b242b7e03fbff55afec9bb4cf0593e57a61f71 Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Fri, 27 Feb 2026 10:27:13 -0500 Subject: [PATCH] Fix nostrRelays description: space-separated, not comma-separated Lightning.Pub splits NOSTR_RELAYS on spaces, not commas. Co-Authored-By: Claude Opus 4.6 --- modules/lightning-pub.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lightning-pub.nix b/modules/lightning-pub.nix index 6a595d4..dc26cbc 100644 --- a/modules/lightning-pub.nix +++ b/modules/lightning-pub.nix @@ -53,7 +53,7 @@ let nostrRelays = mkOption { type = types.str; default = "wss://relay.lightning.pub"; - description = "Comma-separated list of Nostr relay WebSocket URLs."; + description = "Space-separated list of Nostr relay WebSocket URLs."; }; serviceFee = {