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 352ce887..f410ef0d 100644 --- a/hosts/vidhar/borg/default.nix +++ b/hosts/vidhar/borg/default.nix | |||
@@ -35,6 +35,7 @@ let | |||
35 | "BORG_KEYS_DIR=/var/lib/borg/keys" | 35 | "BORG_KEYS_DIR=/var/lib/borg/keys" |
36 | "BORG_KEY_FILE=/run/credentials/${serviceName}.service/keyfile" | 36 | "BORG_KEY_FILE=/run/credentials/${serviceName}.service/keyfile" |
37 | "BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=yes" | 37 | "BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=yes" |
38 | "BORG_HOSTNAME_IS_UNIQUE=yes" | ||
38 | ]; | 39 | ]; |
39 | LoadCredential = [ | 40 | LoadCredential = [ |
40 | "ssh-identity:${config.sops.secrets."append.borgbase".path}" | 41 | "ssh-identity:${config.sops.secrets."append.borgbase".path}" |