diff options
author | Ben Sima <ben@bsima.me> | 2023-07-12 12:54:21 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-07-12 12:54:21 -0400 |
commit | a6c7ac84259269183ff3b5922232da7b2da552e6 (patch) | |
tree | 62830b9578db5e764138c408c0dd7f446af7c603 /Biz | |
parent | c434004f4f69f3b4c5349add0703285d36b3ac5c (diff) |
Fix sabten port
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Cloud/Ports.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix index 2e53006..9320240 100644 --- a/Biz/Cloud/Ports.nix +++ b/Biz/Cloud/Ports.nix @@ -27,7 +27,7 @@ murmur = 64738; nostr-relay = 8084; radicale = 5232; - sabten = 8080; + sabten = 8081; ssh = 22; stableDiffusion = 8501; syncthing-gui = 8384; |