3
0
Fork 0
forked from mirrors/nixpkgs

nixos/wasabibackend: fixing description

Co-authored-by: 1000101 <b1000101@pm.me>
This commit is contained in:
Marek Mahut 2020-06-19 20:07:55 +02:00 committed by GitHub
parent 75e1819394
commit d07ba3e962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.";
};
};