nixos/restya-board: Fix phpfpm.pools option

wip/yesman
Tyler Slabinski 5 years ago
parent 348489c685
commit 120cf906a6
  1. 2
      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 = ''

Loading…
Cancel
Save