nixos/restya-board: Fix phpfpm.pools option

This commit is contained in:
Tyler Slabinski 2019-06-17 11:24:34 -04:00
parent 348489c685
commit 120cf906a6

View file

@ -178,7 +178,7 @@ in
config = mkIf cfg.enable {
services.phpfpm.poolConfigs = {
services.phpfpm.pools = {
"${poolName}" = {
listen = phpfpmSocketName;
phpOptions = ''