From d2ad5c34f2bd5bc434c3473f1ffd62cd30024c98 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 9 May 2024 22:00:29 +0200 Subject: [PATCH] fix path --- modules/misc/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/backup.nix b/modules/misc/backup.nix index f34a22b..05b44c4 100644 --- a/modules/misc/backup.nix +++ b/modules/misc/backup.nix @@ -54,7 +54,7 @@ in in mkIf cfg.enable { environment.systemPackages = with pkgs; [ checkStorageSpace ]; age.secrets.restic-pw = { - file = ../..//secrets/restic-pw.age; + file = ../../secrets/restic-pw.age; }; age.secrets.restic-s3 = { file = ../../secrets/restic-s3.age;