--===============0083910622== Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/tEqYSNe18aBC6NpGjPIJNpY"; protocol="application/pgp-signature" --Sig_/tEqYSNe18aBC6NpGjPIJNpY Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 31 Jan 2016 01:28:37 +0100 "Guillaume Maudoux (Layus)" wrote: > Yep. Most probably SSL_CERT_FILE. Look for that string on th=C3=A9 github > issues, or in the mailing list archives. Yep, it actually is the SSL_CERT_FILE, thanks! This service seems to do what it should (have to wait till tomorrow to check if my startAt is what I want): ``` systemd.services.duplyamazon =3D { path =3D [ pkgs.bash pkgs.duply pkgs.duplicity ];=20 serviceConfig =3D { User =3D "root"; WorkingDirectory =3D "/root"; }; environment =3D { SSL_CERT_FILE =3D "/etc/ssl/certs/ca-certificates.crt"; }; script =3D "duply amazon backup"; startAt =3D "*-*-* 2:10:00"; }; ``` (I could have found a similar question some days ago about duplicity where the cert file was the answer too. Oh, if I had read the mailinglist better=E2=80=A6) - Arnold --Sig_/tEqYSNe18aBC6NpGjPIJNpY Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlat5e4ACgkQtuvagsE+DE6zqgD/aIL1NAqwyE30pJpJP/CJ/trG dYUqaC+GVCikUko7WlYA+wYvO+HCjzYMJPJ5TPW+XtOfDf6AOELsMrrjPLCupNhc =gFjy -----END PGP SIGNATURE----- --Sig_/tEqYSNe18aBC6NpGjPIJNpY-- --===============0083910622== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev --===============0083910622==--