From e71391a31fdc2b4dd117f4055f21588566de3fdd Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 4 Feb 2023 02:25:28 +0100 Subject: [PATCH] Disable services and monitoring --- nixos/machines/hera/web.nix | 17 ----------------- nixos/roles/monitoring/probes.nix | 2 -- 2 files changed, 19 deletions(-) diff --git a/nixos/machines/hera/web.nix b/nixos/machines/hera/web.nix index b5805ced..dd58a0e8 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -21,14 +21,6 @@ in { enable = true; virtualHosts = { - "tasks.maralorn.de" = { - forceSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://[::1]:8000"; - proxyWebsockets = true; - }; - }; "hera.m-0.eu" = { default = true; forceSSL = true; @@ -40,15 +32,6 @@ in { forceSSL = true; inherit locations; }; - "fdroid.maralorn.de" = { - forceSSL = true; - enableACME = true; - locations = { - "/" = { - root = "/var/www/fdroid/repo"; - }; - }; - }; } // pkgs.privateValue {} "extra-sites"; }; diff --git a/nixos/roles/monitoring/probes.nix b/nixos/roles/monitoring/probes.nix index 0c20def5..620b0568 100644 --- a/nixos/roles/monitoring/probes.nix +++ b/nixos/roles/monitoring/probes.nix @@ -59,12 +59,10 @@ in { "https://ci.maralorn.de" "https://cloud.maralorn.de" "https://firefox-sync.maralorn.de" - "https://fdroid.maralorn.de/index-v1.json" "https://matrix.maralorn.de" "https://monitoring.maralorn.de" "https://rpg.maralorn.de" "https://stats.maralorn.de" - "https://tasks.maralorn.de" "https://hochzeit.malte-und-clai.re" "https://wiki.vocalensemble-darmstadt.de"