enable hashing
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 24s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 24s
This commit is contained in:
parent
fd452f0f05
commit
5ca814be31
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue