diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 14:42:26 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 14:42:26 -0600 |
| commit | 4388ed418203adcfa2ec829b1dbb7e88d74a87b0 (patch) | |
| tree | 95194fbd43ec06faa1d7ae0059137234139e97d7 | |
| parent | b6d620ec30977221d4b729ab17729aa1ea0c854c (diff) | |
more copyparty settings
| -rw-r--r-- | modules/services/nixos/copyparty.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index a5e5643..66df8ef 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -20,6 +20,7 @@ in { p = [cfg.port]; chpw = true; rproxy = "1"; + tls = false; usernames = true; }; @@ -39,6 +40,8 @@ in { flags = { scan = 60; chmod_f = 777; + ed2sa = true; + dedup = true; }; }; }; |
