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