diff options
author | Ben Sima <ben@bsima.me> | 2023-01-04 17:36:15 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-04 17:36:15 -0500 |
commit | 47cd029db307d281d66188c62238a91f69170fcd (patch) | |
tree | 75373d81732d27c5a58b9f0ab1ab8d2a55321997 /Biz/Cloud/Ports.nix | |
parent | 52fd37e2ac382a2630d3fe3d22ef86908d67a6b6 (diff) |
Deploy nostr relay service
Diffstat (limited to 'Biz/Cloud/Ports.nix')
-rw-r--r-- | Biz/Cloud/Ports.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix index 8966fb4..d7ab416 100644 --- a/Biz/Cloud/Ports.nix +++ b/Biz/Cloud/Ports.nix @@ -23,6 +23,7 @@ mpd = 6600; mpd-stream = 8097; murmur = 64738; + nostr-relay = 8084; radicale = 5232; sabten = 8080; ssh = 22; |