Merge pull request #320351 from Stunkymonkey/freshrss-enable-doc-improve

nixos/freshrss: add description about php-fpm
This commit is contained in:
Felix Bühler 2024-06-16 23:30:26 +02:00 committed by GitHub
commit ec48be343d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ in
meta.maintainers = with maintainers; [ etu stunkymonkey mattchrist ];
options.services.freshrss = {
enable = mkEnableOption "FreshRSS feed reader";
enable = mkEnableOption "FreshRSS RSS aggregator and reader with php-fpm backend.";
package = mkPackageOption pkgs "freshrss" { };
@ -108,7 +108,7 @@ in
type = types.str;
default = poolName;
description = ''
Name of the phpfpm pool to use and setup. If not specified, a pool will be created
Name of the php-fpm pool to use and setup. If not specified, a pool will be created
with default values.
'';
};