aboutsummaryrefslogtreecommitdiff
path: root/virtual/eldiron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/eldiron.nix')
-rw-r--r--virtual/eldiron.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/virtual/eldiron.nix b/virtual/eldiron.nix
index cd92b3d..68b791a 100644
--- a/virtual/eldiron.nix
+++ b/virtual/eldiron.nix
@@ -280,6 +280,7 @@
280 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/adminer 280 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/adminer
281 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/mantisbt 281 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/mantisbt
282 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/ttrss 282 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/ttrss
283 install -d -m 0750 -o wwwrun -g wwwrun /var/lib/php/sessions/davical
283 ''; 284 '';
284 redis = '' 285 redis = ''
285 mkdir -p /run/redis 286 mkdir -p /run/redis
@@ -463,6 +464,7 @@
463 mypkgs.ympd.apache.vhostConf 464 mypkgs.ympd.apache.vhostConf
464 mypkgs.ttrss.apache.vhostConf 465 mypkgs.ttrss.apache.vhostConf
465 mypkgs.roundcubemail.apache.vhostConf 466 mypkgs.roundcubemail.apache.vhostConf
467 mypkgs.infcloud.apache.vhostConf
466 ]; 468 ];
467 }) 469 })
468 (withConf "eldiron" // { 470 (withConf "eldiron" // {