aboutsummaryrefslogtreecommitdiff
path: root/home/programs/backups
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/programs/backups/restic.nix (renamed from home/profiles/restic.nix)3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/profiles/restic.nix b/home/programs/backups/restic.nix
index 96ae8d4..a27270f 100644
--- a/home/profiles/restic.nix
+++ b/home/programs/backups/restic.nix
@@ -4,7 +4,6 @@
pkgs,
...
}:
-
let
nasHost = "nas";
repoPath = "/backups/workstation";
@@ -23,7 +22,7 @@ in
home.packages = with pkgs; [ restic ];
age.secrets.restic-password = {
- file = ../../secrets/restic-pw.age;
+ file = ../../../secrets/restic-pw.age;
path = "${config.home.homeDirectory}/.config/restic/password";
mode = "400";
};