enable hashing
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 24s

This commit is contained in:
Satria 2026-07-19 18:37:10 +07:00
commit 5ca814be31

View file

@ -19,7 +19,7 @@ in {
path = [ pkgs.ffmpeg ]; path = [ pkgs.ffmpeg ];
serviceConfig = { serviceConfig = {
# ExecStart = "${pkgs.copyparty-most}/bin/copyparty -c /mnt/share/cfg/files.conf"; # 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"; Restart = "on-failure";
}; };
}; };