mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
engelsystem: cleanup
The custom php with extensions is not needed. The default already has all the needed extensions enabled by default.
This commit is contained in:
parent
1e642b176b
commit
93aba53a08
2 changed files with 11 additions and 12 deletions
|
@ -3,8 +3,6 @@
|
|||
let
|
||||
inherit (lib) mkDefault mkEnableOption mkIf mkOption types mkPackageOption;
|
||||
cfg = config.services.engelsystem;
|
||||
phpExt = pkgs.php.withExtensions
|
||||
({ enabled, all }: with all; [ filter mysqlnd mysqli pdo pdo_mysql mbstring ] ++ enabled);
|
||||
in {
|
||||
options = {
|
||||
services.engelsystem = {
|
||||
|
@ -101,7 +99,6 @@ in {
|
|||
'';
|
||||
|
||||
services.phpfpm.pools.engelsystem = {
|
||||
phpPackage = phpExt;
|
||||
user = "engelsystem";
|
||||
settings = {
|
||||
"listen.owner" = config.services.nginx.user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue