mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 01:11:02 +03:00
nixos/wasabibackend: fixing description
Co-authored-by: 1000101 <b1000101@pm.me>
This commit is contained in:
parent
75e1819394
commit
d07ba3e962
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue