aboutsummaryrefslogtreecommitdiff
path: root/virtual/modules/websites/chloe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/modules/websites/chloe/default.nix')
-rw-r--r--virtual/modules/websites/chloe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/modules/websites/chloe/default.nix b/virtual/modules/websites/chloe/default.nix
index 72a9b6f..e5c3db7 100644
--- a/virtual/modules/websites/chloe/default.nix
+++ b/virtual/modules/websites/chloe/default.nix
@@ -36,7 +36,7 @@ in {
36 }; 36 };
37 }; 37 };
38 38
39 services.phpfpm.poolConfigs.chloe_prod = chloe_prod.phpFpm.pool; 39 services.myPhpfpm.poolConfigs.chloe_prod = chloe_prod.phpFpm.pool;
40 system.activationScripts.chloe_prod = chloe_prod.activationScript; 40 system.activationScripts.chloe_prod = chloe_prod.activationScript;
41 services.myWebsites.production.modules = chloe_prod.apache.modules; 41 services.myWebsites.production.modules = chloe_prod.apache.modules;
42 services.myWebsites.production.vhostConfs.chloe = { 42 services.myWebsites.production.vhostConfs.chloe = {
@@ -48,7 +48,7 @@ in {
48 }) 48 })
49 (lib.mkIf cfg.integration.enable { 49 (lib.mkIf cfg.integration.enable {
50 security.acme.certs."eldiron".extraDomains."chloe.immae.eu" = null; 50 security.acme.certs."eldiron".extraDomains."chloe.immae.eu" = null;
51 services.phpfpm.poolConfigs.chloe_dev = chloe_dev.phpFpm.pool; 51 services.myPhpfpm.poolConfigs.chloe_dev = chloe_dev.phpFpm.pool;
52 system.activationScripts.chloe_dev = chloe_dev.activationScript; 52 system.activationScripts.chloe_dev = chloe_dev.activationScript;
53 services.myWebsites.integration.modules = chloe_dev.apache.modules; 53 services.myWebsites.integration.modules = chloe_dev.apache.modules;
54 services.myWebsites.integration.vhostConfs.chloe = { 54 services.myWebsites.integration.vhostConfs.chloe = {