aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/aten/integration.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-22 20:01:33 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-22 20:01:33 +0200
commit4288c2f2431fb782b0d512b1b3749187f2374b6a (patch)
treeaaf812414f91d6b695a7507265e7572de8dc477c /modules/private/websites/aten/integration.nix
parentf40f5b235b890f46770a22f005f8a0f664cf0562 (diff)
downloadNix-4288c2f2431fb782b0d512b1b3749187f2374b6a.tar.gz
Nix-4288c2f2431fb782b0d512b1b3749187f2374b6a.tar.zst
Nix-4288c2f2431fb782b0d512b1b3749187f2374b6a.zip
Move websites/tools to modules
Diffstat (limited to 'modules/private/websites/aten/integration.nix')
-rw-r--r--modules/private/websites/aten/integration.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/private/websites/aten/integration.nix b/modules/private/websites/aten/integration.nix
index 5ccc0c1..748e388 100644
--- a/modules/private/websites/aten/integration.nix
+++ b/modules/private/websites/aten/integration.nix
@@ -18,10 +18,7 @@ in {
18 systemd.services.phpfpm-aten_dev.wants = aten.phpFpm.serviceDeps; 18 systemd.services.phpfpm-aten_dev.wants = aten.phpFpm.serviceDeps;
19 services.phpfpm.poolConfigs.aten_dev = aten.phpFpm.pool; 19 services.phpfpm.poolConfigs.aten_dev = aten.phpFpm.pool;
20 system.activationScripts.aten_dev = aten.activationScript; 20 system.activationScripts.aten_dev = aten.activationScript;
21 system.extraSystemBuilderCmds = '' 21 myServices.websites.webappDirs."${aten.apache.webappName}" = aten.app.webRoot;
22 mkdir -p $out/webapps
23 ln -s ${aten.app.webRoot} $out/webapps/${aten.apache.webappName}
24 '';
25 services.websites.integration.modules = aten.apache.modules; 22 services.websites.integration.modules = aten.apache.modules;
26 services.websites.integration.vhostConfs.aten = { 23 services.websites.integration.vhostConfs.aten = {
27 certName = "eldiron"; 24 certName = "eldiron";