diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/borg/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix index a678bde3..c4d27160 100644 --- a/hosts/vidhar/borg/default.nix +++ b/hosts/vidhar/borg/default.nix | |||
@@ -33,6 +33,7 @@ let | |||
33 | "BORG_SECURITY_DIR=/var/lib/borg/security" | 33 | "BORG_SECURITY_DIR=/var/lib/borg/security" |
34 | "BORG_KEYS_DIR=/var/lib/borg/keys" | 34 | "BORG_KEYS_DIR=/var/lib/borg/keys" |
35 | "BORG_KEY_FILE=/run/credentials/${serviceName}.service/keyfile" | 35 | "BORG_KEY_FILE=/run/credentials/${serviceName}.service/keyfile" |
36 | "BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=yes" | ||
36 | ]; | 37 | ]; |
37 | LoadCredential = [ | 38 | LoadCredential = [ |
38 | "ssh-identity:${config.sops.secrets."append.borgbase".path}" | 39 | "ssh-identity:${config.sops.secrets."append.borgbase".path}" |