From 49654501de3bd7dab64da12c99fc7845fb84110a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 2 Sep 2020 00:29:21 +0200 Subject: [PATCH] Remove discourse --- modules/private/system/dilion.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index cc4297e..5c24656 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix @@ -130,8 +130,6 @@ user = config.services.nginx.user; group = config.services.nginx.group; extraDomains = { - "discourse.immae.eu" = null; - "discourse.cip-ca.fr" = null; "dev.immae.eu" = null; "caldance.immae.eu" = null; }; @@ -151,18 +149,6 @@ forceSSL = true; root = "/home/immae/www"; }; - "discourse.immae.eu" = { - acmeRoot = config.myServices.certificates.webroot; - useACMEHost = name; - forceSSL = true; - locations."/".proxyPass = "http://localhost:18031"; - }; - "discourse.cip-ca.fr" = { - acmeRoot = config.myServices.certificates.webroot; - useACMEHost = name; - forceSSL = true; - locations."/".proxyPass = "http://localhost:18031"; - }; "caldance.immae.eu" = { acmeRoot = config.myServices.certificates.webroot; useACMEHost = name; -- 2.41.0