aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/chloe
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/chloe')
-rw-r--r--modules/private/websites/chloe/integration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/websites/chloe/integration.nix b/modules/private/websites/chloe/integration.nix
index 273d1fc..6276eb7 100644
--- a/modules/private/websites/chloe/integration.nix
+++ b/modules/private/websites/chloe/integration.nix
@@ -27,7 +27,7 @@ in {
27 myServices.websites.webappDirs."${chloe.apache.webappName}" = chloe.app.webRoot; 27 myServices.websites.webappDirs."${chloe.apache.webappName}" = chloe.app.webRoot;
28 services.websites.env.integration.modules = chloe.apache.modules; 28 services.websites.env.integration.modules = chloe.apache.modules;
29 services.websites.env.integration.vhostConfs.chloe = { 29 services.websites.env.integration.vhostConfs.chloe = {
30 certName = "eldiron"; 30 certName = "integration";
31 addToCerts = true; 31 addToCerts = true;
32 hosts = ["chloe.immae.eu" ]; 32 hosts = ["chloe.immae.eu" ];
33 root = chloe.apache.root; 33 root = chloe.apache.root;