X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fintegration.nix;fp=modules%2Fprivate%2Fwebsites%2Fchloe%2Fintegration.nix;h=1f7ac3121e7dc84013e8d1bfffe1fcc8bc078ea0;hb=29f8cb850d74b456d6481a456311bbf5361d328c;hp=25ec4db3a3d95e86cac1408b516134a7b69fa058;hpb=2e48907d64491a06454b342a1a56d03a0835753d;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/chloe/integration.nix b/modules/private/websites/chloe/integration.nix index 25ec4db..1f7ac31 100644 --- a/modules/private/websites/chloe/integration.nix +++ b/modules/private/websites/chloe/integration.nix @@ -24,15 +24,15 @@ in { }; system.activationScripts.chloe_dev = chloe.activationScript; myServices.websites.webappDirs."${chloe.apache.webappName}" = chloe.app.webRoot; - services.websites.integration.modules = chloe.apache.modules; - services.websites.integration.vhostConfs.chloe = { + services.websites.env.integration.modules = chloe.apache.modules; + services.websites.env.integration.vhostConfs.chloe = { certName = "eldiron"; addToCerts = true; hosts = ["chloe.immae.eu" ]; root = chloe.apache.root; extraConfig = [ chloe.apache.vhostConf ]; }; - services.websites.integration.watchPaths = [ + services.websites.env.integration.watchPaths = [ "/var/secrets/webapps/${chloe.app.environment}-chloe" ]; };