From 0be7cf60931d74df0a398d0019a627d22ca7681f Mon Sep 17 00:00:00 2001 From: buffet Date: Thu, 16 May 2024 17:54:12 +0200 Subject: [PATCH] Revert "feat: add name.buffet.sh" This reverts commit ab4f5e28485febe9f9fad533ef02cf4db6655469. --- hosts/ami/acme.nix | 1 - hosts/ami/website.nix | 6 ------ 2 files changed, 7 deletions(-) diff --git a/hosts/ami/acme.nix b/hosts/ami/acme.nix index 8bb06e8..713030f 100644 --- a/hosts/ami/acme.nix +++ b/hosts/ami/acme.nix @@ -6,7 +6,6 @@ _: { extraDomainNames = [ "404.buffet.sh" "bitwarden.buffet.sh" - "name.buffet.sh" "rap.buffet.sh" "buffets.kitchen" ]; diff --git a/hosts/ami/website.nix b/hosts/ami/website.nix index 9309879..ebc18a7 100644 --- a/hosts/ami/website.nix +++ b/hosts/ami/website.nix @@ -9,12 +9,6 @@ recommendedProxySettings = true; recommendedTlsSettings = true; - virtualHosts."name.buffet.sh" = { - useACMEHost = "buffet.sh"; - forceSSL = true; - locations."/".proxyPass = "http://localhost:18899"; - }; - virtualHosts."buffet.sh" = { enableACME = true; forceSSL = true;