X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fintegration.nix;h=6276eb7bf1a236a8c51b37220505eab001440361;hb=0f71cd76014c2c4eb6756d8c04eb51b3e4452958;hp=273d1fcc3cd25c855b469419a748ba6462c6783a;hpb=ab8f306d7c2c49b8116e1af7b355ed2384617ed9;p=perso%2FImmae%2FConfig%2FNix.git 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;