aboutsummaryrefslogtreecommitdiff
path: root/home/programs/backups
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-30 10:33:31 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-30 11:33:46 -0800
commit7281f05669e92e3568f837591912350b32951555 (patch)
tree61964e392409ab188599af47e58d9a9154ab33ce /home/programs/backups
parentinstall mkv related tools (diff)
downloadinfra-7281f05669e92e3568f837591912350b32951555.tar.gz
organize programs in a way that makes sense to me
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";
};