Correct Infomaniak mount path

This commit is contained in:
Andreas Zweili 2022-08-23 21:31:19 +02:00
parent aa73b24c0e
commit 812743faf7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ let
mkdir -p /tmp/restic &&
${pkgs.restic}/bin/restic --password-file ${password_file} mount /tmp/swissbackup'';
${pkgs.restic}/bin/restic --password-file ${password_file} mount /tmp/restic'';
in
{
systemd.timers."restic-backups-${custom.username}" = {