From 8ece257945ea039664279ec80f5c0f501b0bf3fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 19 Nov 2022 00:57:25 +0100 Subject: [PATCH] Fix patrick certificate --- modules/private/websites/default.nix | 4 ++-- modules/private/websites/patrick_fodella/altermondia.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/private/websites/default.nix b/modules/private/websites/default.nix index f226083..47acdba 100644 --- a/modules/private/websites/default.nix +++ b/modules/private/websites/default.nix @@ -272,7 +272,7 @@ in emilia = { moodle.enable = false; - atelierfringant.enable = true; + atelierfringant.enable = false; }; florian = { @@ -330,7 +330,7 @@ in }; patrick_fodella = { - ecolyeu.enable = true; + ecolyeu.enable = false; altermondia.enable = true; }; diff --git a/modules/private/websites/patrick_fodella/altermondia.nix b/modules/private/websites/patrick_fodella/altermondia.nix index 3a3c2a7..9f8661c 100644 --- a/modules/private/websites/patrick_fodella/altermondia.nix +++ b/modules/private/websites/patrick_fodella/altermondia.nix @@ -41,6 +41,7 @@ in { services.websites.env.production.vhostConfs.patrick_fodella_altermondia = { certName = "patrick_fodella"; addToCerts = true; + certMainHost = "altermondia.org"; hosts = ["altermondia.org" "www.altermondia.org" ]; root = varDir; extraConfig = [ -- 2.41.0