Loading nixos/modules/services/web-apps/freshrss.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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" { }; Loading Loading @@ -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. ''; }; Loading Loading
nixos/modules/services/web-apps/freshrss.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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" { }; Loading Loading @@ -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. ''; }; Loading