shrink rsync
remove openssl requirement, it uses it for "optimised assembly versions" of md5 - but only on x86/arm/sparc not mips anyway
This commit is contained in:
@@ -193,7 +193,7 @@ in rec {
|
||||
in longrun {
|
||||
name = "rsync";
|
||||
run = ''
|
||||
${pkgs.rsync}/bin/rsync --no-detach --daemon --config=${configFile}
|
||||
${pkgs.rsyncSmall}/bin/rsync --no-detach --daemon --config=${configFile}
|
||||
'';
|
||||
dependencies = [
|
||||
secrets_file
|
||||
|
Reference in New Issue
Block a user