X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fintegration.nix;h=6276eb7bf1a236a8c51b37220505eab001440361;hp=273d1fcc3cd25c855b469419a748ba6462c6783a;hb=0f71cd76014c2c4eb6756d8c04eb51b3e4452958;hpb=570a93242a9ed1faca188688b1a84272dcbf8e4d 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 { myServices.websites.webappDirs."${chloe.apache.webappName}" = chloe.app.webRoot; services.websites.env.integration.modules = chloe.apache.modules; services.websites.env.integration.vhostConfs.chloe = { - certName = "eldiron"; + certName = "integration"; addToCerts = true; hosts = ["chloe.immae.eu" ]; root = chloe.apache.root;