From 5ca814be31230a5c3a350e78d3cdd4b66f47fb92 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 19 Jul 2026 18:37:10 +0700 Subject: [PATCH] enable hashing --- modules/system/homelab/cdn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/cdn.nix b/modules/system/homelab/cdn.nix index cce2941..28925f5 100644 --- a/modules/system/homelab/cdn.nix +++ b/modules/system/homelab/cdn.nix @@ -19,7 +19,7 @@ in { path = [ pkgs.ffmpeg ]; serviceConfig = { # ExecStart = "${pkgs.copyparty-most}/bin/copyparty -c /mnt/share/cfg/files.conf"; - ExecStart = "${python}/bin/python3 ${script} -c /mnt/share/cfg/files.conf"; + ExecStart = "${python}/bin/python3 ${script} --ah-alg argon2 -c /mnt/share/cfg/files.conf"; Restart = "on-failure"; }; };