]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/default.nix
Rework integration websites
[perso/Immae/Config/Nix.git] / modules / private / websites / default.nix
index 37e6d65a8a06982d213ea6ee5c5a2088007835f8..9134ca9ec5ac196dbcc09af17ff2d64b20bb8279 100644 (file)
@@ -175,7 +175,7 @@ in
       modules = makeModules;
       extraConfig = makeExtraConfig ++ moomin;
       fallbackVhost = {
-        certName    = "eldiron";
+        certName    = "integration";
         hosts       = ["eldiron.immae.eu" ];
         root        = www_root;
         extraConfig = [ "DirectoryIndex index.htm" ];
@@ -217,7 +217,7 @@ in
       capitaines.landing_pages.enable = true;
 
       chloe = {
-        integration.enable = true;
+        new.enable = true;
         production.enable = true;
       };