From 29f8cb850d74b456d6481a456311bbf5361d328c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 1 Jun 2019 12:51:51 +0200 Subject: Refactor websites options --- modules/private/websites/piedsjaloux/integration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/private/websites/piedsjaloux/integration.nix') diff --git a/modules/private/websites/piedsjaloux/integration.nix b/modules/private/websites/piedsjaloux/integration.nix index 5f574e1..8007c91 100644 --- a/modules/private/websites/piedsjaloux/integration.nix +++ b/modules/private/websites/piedsjaloux/integration.nix @@ -19,8 +19,8 @@ in { services.phpfpm.poolConfigs.piedsjaloux_dev = piedsjaloux.phpFpm.pool; system.activationScripts.piedsjaloux_dev = piedsjaloux.activationScript; myServices.websites.webappDirs."${piedsjaloux.apache.webappName}" = piedsjaloux.app.webRoot; - services.websites.integration.modules = piedsjaloux.apache.modules; - services.websites.integration.vhostConfs.piedsjaloux = { + services.websites.env.integration.modules = piedsjaloux.apache.modules; + services.websites.env.integration.vhostConfs.piedsjaloux = { certName = "eldiron"; addToCerts = true; hosts = [ "piedsjaloux.immae.eu" ]; -- cgit v1.2.3