From 67cc651c47e2ce3fe5f3b19c193ef5fd0bff2f9d Mon Sep 17 00:00:00 2001 From: martyTF Date: Thu, 14 May 2026 00:13:47 +0200 Subject: [PATCH] fix 4 --- hosts/marty-server/options.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/marty-server/options.nix b/hosts/marty-server/options.nix index 75cbc6c..f572036 100644 --- a/hosts/marty-server/options.nix +++ b/hosts/marty-server/options.nix @@ -152,10 +152,5 @@ }; }; }; - server = { - synapse = { - subdomain = "yap"; - }; - }; }; }