l 2 websites util: use php56 for owncloud
This commit is contained in:
parent
3503876c06
commit
9541497b43
|
@ -32,6 +32,7 @@ rec {
|
|||
let
|
||||
domain = head domains;
|
||||
in {
|
||||
services.phpfpm.phpPackage = pkgs.php56;
|
||||
services.nginx.virtualHosts."${domain}" = {
|
||||
enableACME = true;
|
||||
enableSSL = true;
|
||||
|
|
Loading…
Reference in a new issue