From 812743faf75e754702ddaaa2d5f52373cfc19f40 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 23 Aug 2022 21:31:19 +0200 Subject: [PATCH] Correct Infomaniak mount path --- modules/restic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/restic/default.nix b/modules/restic/default.nix index 409d25f..0eef81d 100644 --- a/modules/restic/default.nix +++ b/modules/restic/default.nix @@ -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}" = {