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 {
|
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…
x
Reference in New Issue
Block a user