phpfpm: allow old config format as well (#17754)
This commit is contained in:
parent
6eb2ca2247
commit
dacc3fa985
@ -105,7 +105,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
config = mkIf (cfg.pools != {}) {
|
||||
config = mkIf (cfg.pools != {} || cfg.poolConfigs != {}) {
|
||||
|
||||
systemd.services.phpfpm = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
Loading…
Reference in New Issue
Block a user