aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/chloe/integration.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-25 16:38:43 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-25 16:38:43 +0100
commit0f71cd76014c2c4eb6756d8c04eb51b3e4452958 (patch)
tree41584f285ad8227e1e9c5ed87de9e64d2b16a5b2 /modules/private/websites/chloe/integration.nix
parent570a93242a9ed1faca188688b1a84272dcbf8e4d (diff)
downloadNix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.gz
Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.zst
Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.zip
Add integration certificate
Diffstat (limited to 'modules/private/websites/chloe/integration.nix')
-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;