l 2 websites util: use php56 for owncloud

This commit is contained in:
lassulus 2017-03-01 16:02:35 +01:00
parent 3503876c06
commit 9541497b43

View File

@ -32,6 +32,7 @@ rec {
let
domain = head domains;
in {
services.phpfpm.phpPackage = pkgs.php56;
services.nginx.virtualHosts."${domain}" = {
enableACME = true;
enableSSL = true;