From ae011f80c7e85d23edc185876e3d026704221454 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 21 Mar 2025 15:46:56 -0400 Subject: Switch from simatime.com to bensima.com This does the full transition: web server, mail server, xmpp. I expect some disruption, but hopefully this is everything and it just switches over without any problem. --- Omni/Cloud/NostrRelay.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Omni/Cloud/NostrRelay.nix') diff --git a/Omni/Cloud/NostrRelay.nix b/Omni/Cloud/NostrRelay.nix index 1bcf99b..00401a4 100644 --- a/Omni/Cloud/NostrRelay.nix +++ b/Omni/Cloud/NostrRelay.nix @@ -8,8 +8,8 @@ # https://git.sr.ht/~gheartsfield/nostr-rs-relay/tree/master/config.toml cfg = pkgs.writeText "config.toml" '' [info] - name = "simatime" - relay_url = "wss://nostr.simatime.com" + name = "bensima" + relay_url = "wss://nostr.bensima.com" description = "yet another nostr relay" [database] -- cgit v1.2.3