diff options
Diffstat (limited to 'virtual/eldiron.nix')
-rw-r--r-- | virtual/eldiron.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtual/eldiron.nix b/virtual/eldiron.nix index 68b791a..506e29d 100644 --- a/virtual/eldiron.nix +++ b/virtual/eldiron.nix | |||
@@ -257,6 +257,7 @@ | |||
257 | mantisbt = mypkgs.mantisbt.phpFpm.pool; | 257 | mantisbt = mypkgs.mantisbt.phpFpm.pool; |
258 | ttrss = mypkgs.ttrss.phpFpm.pool; | 258 | ttrss = mypkgs.ttrss.phpFpm.pool; |
259 | roundcubemail = mypkgs.roundcubemail.phpFpm.pool; | 259 | roundcubemail = mypkgs.roundcubemail.phpFpm.pool; |
260 | davical = mypkgs.davical.phpFpm.pool; | ||
260 | }; | 261 | }; |
261 | }; | 262 | }; |
262 | 263 | ||
@@ -465,6 +466,7 @@ | |||
465 | mypkgs.ttrss.apache.vhostConf | 466 | mypkgs.ttrss.apache.vhostConf |
466 | mypkgs.roundcubemail.apache.vhostConf | 467 | mypkgs.roundcubemail.apache.vhostConf |
467 | mypkgs.infcloud.apache.vhostConf | 468 | mypkgs.infcloud.apache.vhostConf |
469 | mypkgs.davical.apache.vhostConf | ||
468 | ]; | 470 | ]; |
469 | }) | 471 | }) |
470 | (withConf "eldiron" // { | 472 | (withConf "eldiron" // { |