From 48576d9c61811c3c46445b0111db08dd1c63984a Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Fri, 19 Apr 2024 22:57:04 +0200 Subject: [PATCH] Revert "jmap-proxy: initial setup" This reverts commit 456a11295e1a00c9ec866cac53efe491380ba156. --- hosts/falkenstein/modules/mail/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/falkenstein/modules/mail/default.nix b/hosts/falkenstein/modules/mail/default.nix index c9b70e4..d91831e 100644 --- a/hosts/falkenstein/modules/mail/default.nix +++ b/hosts/falkenstein/modules/mail/default.nix @@ -20,10 +20,5 @@ in enableACME = true; forceSSL = true; }; - "jmap.${domain}" = { - locations."/" = { - proxyPass = "http://127.0.0.1:5000"; - }; - }; }; }