forked from mirrors/nixpkgs
nixos/wasabibackend: fixing description
Co-authored-by: 1000101 <b1000101@pm.me>
This commit is contained in:
parent
75e1819394
commit
d07ba3e962
|
@ -90,7 +90,7 @@ in {
|
|||
passwordFile = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
description = "File that contains the password the the RPC user.";
|
||||
description = "File that contains the password of the RPC user.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue