From cb25aef9d784727248cd007fb5b0dde618ec38ce Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 13 Aug 2023 12:15:05 -0500 Subject: [PATCH] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1bf9e80..06420d5 100644 --- a/flake.nix +++ b/flake.nix @@ -623,7 +623,7 @@ (builtins.toString cfg.replication.primary.port) "replication" cfg.replication.username - ''''$(<${cfg.replication.passwordFile}'' + ''''$(<${cfg.replication.passwordFile})'' ] else "";