diff options
Diffstat (limited to 'hosts/vidhar/pgbackrest/default.nix')
-rw-r--r-- | hosts/vidhar/pgbackrest/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/vidhar/pgbackrest/default.nix b/hosts/vidhar/pgbackrest/default.nix index c3ba603a..899b0e0f 100644 --- a/hosts/vidhar/pgbackrest/default.nix +++ b/hosts/vidhar/pgbackrest/default.nix | |||
@@ -41,7 +41,8 @@ in { | |||
41 | 41 | ||
42 | "srv01.uniworx.de" = { | 42 | "srv01.uniworx.de" = { |
43 | pg1-host-type = "tls"; | 43 | pg1-host-type = "tls"; |
44 | pg1-host = "2a03:4000:5e:e55::"; | 44 | # pg1-host = "2a03:4000:5e:e55::"; |
45 | pg1-host = "srv01.uniworx.de"; | ||
45 | pg1-host-ca-file = toString ./ca/ca.crt; | 46 | pg1-host-ca-file = toString ./ca/ca.crt; |
46 | pg1-host-cert-file = toString ./ca/vidhar.crt; | 47 | pg1-host-cert-file = toString ./ca/vidhar.crt; |
47 | pg1-host-key-file = config.sops.secrets."pgbackrest.key".path; | 48 | pg1-host-key-file = config.sops.secrets."pgbackrest.key".path; |