From 858469ca7e11f7ea325c050461269b0167ddf3c9 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 5 Feb 2025 23:00:51 +0000 Subject: [PATCH] fix stupid typo --- hosts/conduwuit/conduwuit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/conduwuit/conduwuit.nix b/hosts/conduwuit/conduwuit.nix index 0979e25..925b188 100644 --- a/hosts/conduwuit/conduwuit.nix +++ b/hosts/conduwuit/conduwuit.nix @@ -12,7 +12,7 @@ address = "0.0.0.0"; well_known = { client = "https://oxapentane.com"; - server = "oxapentane.com:433"; + server = "oxapentane.com:443"; }; }; };