Fixed Typo in copyparty.nix

Fixed typo in option description: Appened -> Appended

Signed-off-by: xvrqt <git@xvrqt.com>
This commit is contained in:
xvrqt 2025-09-02 16:23:23 -07:00 committed by GitHub
parent 29e5846dca
commit 62285a738a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {