diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-13 12:24:02 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-13 12:28:46 -0600 |
| commit | b2ea7b6b0be4337c7613c72995a5abffaf182041 (patch) | |
| tree | bf82ac50e7fe28f64bff0bd3b23da7607334a841 /modules/services/nixos/copyparty.nix | |
| parent | 151bfcff5dd8fd77f675af349e623f1ce0aa2772 (diff) | |
fix typos
Diffstat (limited to 'modules/services/nixos/copyparty.nix')
| -rw-r--r-- | modules/services/nixos/copyparty.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index 1ef9816..7e6b40e 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -21,7 +21,7 @@ in { group = "fileserver"; settings = { - i = cfg.bind_host; + i = cfg.listenAddr; p = [cfg.port]; chpw = true; rproxy = "1"; |
