From da6a7d5c69aa3e8b70755e88be0f44b642422114 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 7 Dec 2023 20:32:45 +0100 Subject: bump --- modules/pgbackrest.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/pgbackrest.nix') diff --git a/modules/pgbackrest.nix b/modules/pgbackrest.nix index ca319ccd..ac0f9a35 100644 --- a/modules/pgbackrest.nix +++ b/modules/pgbackrest.nix @@ -54,6 +54,7 @@ in { stanza = mkOption { type = types.str; default = config.networking.hostName; + defaultText = literalExpression "config.networking.hostName"; }; }; @@ -115,6 +116,7 @@ in { stanza = mkOption { type = types.str; default = cfg.configurePostgresql.stanza; + defaultText = literalExpression "config.services.pgbackrest.configurePostgresql.stanza"; }; repo = mkOption { type = types.nullOr (types.strMatching "^[0-9]+$"); -- cgit v1.2.3