From f40f5b235b890f46770a22f005f8a0f664cf0562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 21 May 2019 02:47:52 +0200 Subject: Replace myPhpfpm with correct overrides --- nixops/modules/websites/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nixops/modules/websites/default.nix') diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix index 584892a..1948fe9 100644 --- a/nixops/modules/websites/default.nix +++ b/nixops/modules/websites/default.nix @@ -76,8 +76,6 @@ in ./tools/diaspora.nix ./tools/ether.nix ./tools/peertube.nix - # Adapted from base phpfpm - ./phpfpm ]; config = { @@ -156,7 +154,7 @@ in ln -s ${adminer.webRoot} $out/webapps/${adminer.apache.webappName} ''; - services.myPhpfpm = { + services.phpfpm = { phpPackage = pkgs.php; phpOptions = '' session.save_path = "/var/lib/php/sessions" -- cgit v1.2.3