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/florian | |
parent | 570a93242a9ed1faca188688b1a84272dcbf8e4d (diff) | |
download | Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.gz Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.zst Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.zip |
Add integration certificate
Diffstat (limited to 'modules/private/websites/florian')
-rw-r--r-- | modules/private/websites/florian/app.nix | 2 | ||||
-rw-r--r-- | modules/private/websites/florian/integration.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/private/websites/florian/app.nix b/modules/private/websites/florian/app.nix index 4e5f7d4..e262c59 100644 --- a/modules/private/websites/florian/app.nix +++ b/modules/private/websites/florian/app.nix | |||
@@ -72,7 +72,7 @@ in { | |||
72 | 72 | ||
73 | services.websites.env.integration.modules = adminer.apache.modules; | 73 | services.websites.env.integration.modules = adminer.apache.modules; |
74 | services.websites.env.integration.vhostConfs.florian_dev = { | 74 | services.websites.env.integration.vhostConfs.florian_dev = { |
75 | certName = "eldiron"; | 75 | certName = "integration"; |
76 | addToCerts = true; | 76 | addToCerts = true; |
77 | hosts = [ "app.tellesflorian.com" ]; | 77 | hosts = [ "app.tellesflorian.com" ]; |
78 | root = pcfg.webappDirs.florian_dev; | 78 | root = pcfg.webappDirs.florian_dev; |
diff --git a/modules/private/websites/florian/integration.nix b/modules/private/websites/florian/integration.nix index ef7d13a..57c4006 100644 --- a/modules/private/websites/florian/integration.nix +++ b/modules/private/websites/florian/integration.nix | |||
@@ -12,7 +12,7 @@ in { | |||
12 | 12 | ||
13 | services.websites.env.integration.modules = adminer.apache.modules; | 13 | services.websites.env.integration.modules = adminer.apache.modules; |
14 | services.websites.env.integration.vhostConfs.florian = { | 14 | services.websites.env.integration.vhostConfs.florian = { |
15 | certName = "eldiron"; | 15 | certName = "integration"; |
16 | addToCerts = true; | 16 | addToCerts = true; |
17 | hosts = [ "florian.immae.eu" ]; | 17 | hosts = [ "florian.immae.eu" ]; |
18 | root = "${varDir}/florian.immae.eu"; | 18 | root = "${varDir}/florian.immae.eu"; |