summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/pgbackrest/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {
41 pg1-host-type = "tls"; 41 pg1-host-type = "tls";
42 pg1-host = "srv01.uniworx.de"; 42 pg1-host = "srv01.uniworx.de";
43 pg1-host-ca-file = toString ./ca/ca.crt; 43 pg1-host-ca-file = toString ./ca/ca.crt;
44 pg1-host-cert-file = toString ./ca/srv01.uniworx.de.crt; 44 pg1-host-cert-file = toString ./ca/vidhar.crt;
45 pg1-host-key-file = config.sops.secrets."pgbackrest.key".path; 45 pg1-host-key-file = config.sops.secrets."pgbackrest.key".path;
46 pg1-path = "/var/lib/postgresql/15"; 46 pg1-path = "/var/lib/postgresql/15";
47 47