Unverified Commit 9f9de7c5 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #272919 from SuperSandro2000/nextcloud

nixos/nextcloud: allow phpOptions to contain ints
parents 8214139c eaa581b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ in {
    };

    phpOptions = mkOption {
      type = types.attrsOf types.str;
      type = with types; attrsOf (oneOf [ str int ]);
      defaultText = literalExpression (generators.toPretty { } defaultPHPSettings);
      description = lib.mdDoc ''
        Options for PHP's php.ini file for nextcloud.