mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/peroxide: correct option doc
Correct the description for the option services.peroxide.enable.
This commit is contained in:
parent
bdb59943ac
commit
0135b7a556
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
|||
in
|
||||
{
|
||||
options.services.peroxide = {
|
||||
enable = mkEnableOption (lib.mdDoc "enable");
|
||||
enable = mkEnableOption (lib.mdDoc "peroxide");
|
||||
|
||||
package = mkPackageOptionMD pkgs "peroxide" {
|
||||
default = [ "peroxide" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue