mirror of
https://github.com/9001/copyparty.git
synced 2025-10-02 14:42:28 -06:00
Fixed Typo in copyparty.nix
Fixed typo in option description: Appened -> Appended Signed-off-by: xvrqt <git@xvrqt.com>
This commit is contained in:
parent
29e5846dca
commit
62285a738a
|
@ -135,7 +135,7 @@ in
|
|||
globalExtraConfig = mkOption {
|
||||
type = types.str;
|
||||
default = "";
|
||||
description = "Appened to the end of the [global] section verbatim. This is useful for flags which are used in a repeating manner (e.g. ipu: 255.255.255.1=user) which can't be repeated in the settings = {} attribute set.";
|
||||
description = "Appended to the end of the [global] section verbatim. This is useful for flags which are used in a repeating manner (e.g. ipu: 255.255.255.1=user) which can't be repeated in the settings = {} attribute set.";
|
||||
};
|
||||
|
||||
accounts = mkOption {
|
||||
|
|
Loading…
Reference in a new issue