From b25f5e94117146298198e72b0162795147bfc845 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 30 Aug 2021 21:22:57 +0200 Subject: [PATCH] Remove ard erothek --- hosts/web-2/ard-erothek.nix | 22 ---------------------- hosts/web-2/configuration.nix | 1 - 2 files changed, 23 deletions(-) delete mode 100644 hosts/web-2/ard-erothek.nix diff --git a/hosts/web-2/ard-erothek.nix b/hosts/web-2/ard-erothek.nix deleted file mode 100644 index a1a8d30..0000000 --- a/hosts/web-2/ard-erothek.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ ... }: - -{ - services.nginx.virtualHosts = { - "www.ard-erothek.de" = { - enableACME = true; - forceSSL = true; - locations."/" = { - return = "301 https://ard-erothek.de$request_uri"; - }; - }; - - "ard-erothek.de" = { - enableACME = true; - forceSSL = true; - root = fetchGit { - url = "https://git.clerie.de/clerie/ard-erothek.de.git"; - rev = "f030a96a1be550e600e029bf1addd009a89edcce"; - }; - }; - }; -} diff --git a/hosts/web-2/configuration.nix b/hosts/web-2/configuration.nix index d7e41c3..067442b 100644 --- a/hosts/web-2/configuration.nix +++ b/hosts/web-2/configuration.nix @@ -5,7 +5,6 @@ [ ./hardware-configuration.nix ../../configuration/common - ./ard-erothek.nix ./bubblesort.nix ./clerie.nix ./gitea.nix