about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2019-07-06 03:00:52 +0200
committerGitHub <noreply@github.com>2019-07-06 03:00:52 +0200
commit944e21cf7c2f2e5cdd99b39a5143116191653129 (patch)
treeb4b867069d8fdf4514a8da7268a524a9c62bfb59
parentc210b8b5f1f3e16dbbe1d4669644272795a48d8e (diff)
parent120cf906a6afc008f8f122f5985ad73df27bb58e (diff)
downloadnixlib-944e21cf7c2f2e5cdd99b39a5143116191653129.tar
nixlib-944e21cf7c2f2e5cdd99b39a5143116191653129.tar.gz
nixlib-944e21cf7c2f2e5cdd99b39a5143116191653129.tar.bz2
nixlib-944e21cf7c2f2e5cdd99b39a5143116191653129.tar.lz
nixlib-944e21cf7c2f2e5cdd99b39a5143116191653129.tar.xz
nixlib-944e21cf7c2f2e5cdd99b39a5143116191653129.tar.zst
nixlib-944e21cf7c2f2e5cdd99b39a5143116191653129.zip
Merge pull request #63339 from Slabity/master
Fix restya-board's phpfpm.pools option
-rw-r--r--nixos/modules/services/web-apps/restya-board.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/restya-board.nix b/nixos/modules/services/web-apps/restya-board.nix
index 2e5e0ea6622d..b200a89260ac 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 = ''