diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/pgbackrest/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/pgbackrest/default.nix b/hosts/vidhar/pgbackrest/default.nix index ebee2cd0..0b4b56c1 100644 --- a/hosts/vidhar/pgbackrest/default.nix +++ b/hosts/vidhar/pgbackrest/default.nix | |||
@@ -64,7 +64,7 @@ in { | |||
64 | tls-server-ca-file = toString ./ca/ca.crt; | 64 | tls-server-ca-file = toString ./ca/ca.crt; |
65 | tls-server-cert-file = toString ./ca/vidhar.crt; | 65 | tls-server-cert-file = toString ./ca/vidhar.crt; |
66 | tls-server-key-file = config.sops.secrets."pgbackrest.key".path; | 66 | tls-server-key-file = config.sops.secrets."pgbackrest.key".path; |
67 | tls-server-auth = ["surtr.yggdrasil=surtr"]; | 67 | tls-server-auth = ["surtr.yggdrasil=surtr" "srv01.uniworx.de=srv01.uniworx.de"]; |
68 | }; | 68 | }; |
69 | 69 | ||
70 | "global:archive-push" = { | 70 | "global:archive-push" = { |