1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 08:59:20 +03:00

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 { passwordFile = mkOption {
type = types.nullOr types.path; type = types.nullOr types.path;
default = null; default = null;
description = "File that contains the password the the RPC user."; description = "File that contains the password of the RPC user.";
}; };
}; };