From 27aaefc519214f3d72531ab99108ea29738d429e Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 9 Nov 2025 18:12:21 +0100 Subject: [PATCH] fixes restic password path --- hosts/dnsc-vps-sm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index fa042a0..e12483d 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -24,6 +24,7 @@ age = { identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ]; secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age; + secrets."restic/password".file = ../../secrets/restic/password.age; }; # Generated automatically