From 120cf906a6afc008f8f122f5985ad73df27bb58e Mon Sep 17 00:00:00 2001 From: Tyler Slabinski Date: Mon, 17 Jun 2019 11:24:34 -0400 Subject: [PATCH] nixos/restya-board: Fix phpfpm.pools option --- nixos/modules/services/web-apps/restya-board.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/restya-board.nix b/nixos/modules/services/web-apps/restya-board.nix index 2e5e0ea6622..b200a89260a 100644 --- a/nixos/modules/services/web-apps/restya-board.nix +++ b/nixos/modules/services/web-apps/restya-board.nix @@ -178,7 +178,7 @@ in config = mkIf cfg.enable { - services.phpfpm.poolConfigs = { + services.phpfpm.pools = { "${poolName}" = { listen = phpfpmSocketName; phpOptions = ''