From 4388ed418203adcfa2ec829b1dbb7e88d74a87b0 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 31 Jan 2026 14:42:26 -0600 Subject: more copyparty settings --- modules/services/nixos/copyparty.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/services') 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; }; }; }; -- cgit v1.3.1