diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-25 16:38:43 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-25 16:38:43 +0100 |
commit | 0f71cd76014c2c4eb6756d8c04eb51b3e4452958 (patch) | |
tree | 41584f285ad8227e1e9c5ed87de9e64d2b16a5b2 /modules/private/websites/ludivinecassal | |
parent | 570a93242a9ed1faca188688b1a84272dcbf8e4d (diff) | |
download | Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.gz Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.zst Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.zip |
Add integration certificate
Diffstat (limited to 'modules/private/websites/ludivinecassal')
-rw-r--r-- | modules/private/websites/ludivinecassal/integration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/websites/ludivinecassal/integration.nix b/modules/private/websites/ludivinecassal/integration.nix index d6459b0..1cbfd12 100644 --- a/modules/private/websites/ludivinecassal/integration.nix +++ b/modules/private/websites/ludivinecassal/integration.nix | |||
@@ -77,7 +77,7 @@ in { | |||
77 | ]; | 77 | ]; |
78 | 78 | ||
79 | services.websites.env.integration.vhostConfs.ludivinecassal_dev = { | 79 | services.websites.env.integration.vhostConfs.ludivinecassal_dev = { |
80 | certName = "eldiron"; | 80 | certName = "integration"; |
81 | addToCerts = true; | 81 | addToCerts = true; |
82 | hosts = [ "ludivine.immae.eu" ]; | 82 | hosts = [ "ludivine.immae.eu" ]; |
83 | root = pcfg.webappDirs.ludivinecassal_dev; | 83 | root = pcfg.webappDirs.ludivinecassal_dev; |