From 3f42f921dd61ab4b846cfaf7380806a74643db52 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Mar 2023 13:32:49 +0100 Subject: ... --- hosts/vidhar/pgbackrest/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/vidhar/pgbackrest/default.nix b/hosts/vidhar/pgbackrest/default.nix index 0b4b56c1..e3fdc2b5 100644 --- a/hosts/vidhar/pgbackrest/default.nix +++ b/hosts/vidhar/pgbackrest/default.nix @@ -41,7 +41,7 @@ in { pg1-host-type = "tls"; pg1-host = "srv01.uniworx.de"; pg1-host-ca-file = toString ./ca/ca.crt; - pg1-host-cert-file = toString ./ca/srv01.uniworx.de.crt; + pg1-host-cert-file = toString ./ca/vidhar.crt; pg1-host-key-file = config.sops.secrets."pgbackrest.key".path; pg1-path = "/var/lib/postgresql/15"; -- cgit v1.2.3