From 0fa045e932cac22aa55f9aa56be11d056c92b23d Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 25 Aug 2024 22:42:46 +1000 Subject: [PATCH] chore(tt-rss): corrected secrets path --- profiles/tt-rss.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/tt-rss.nix b/profiles/tt-rss.nix index e846c6f..1326a46 100644 --- a/profiles/tt-rss.nix +++ b/profiles/tt-rss.nix @@ -18,7 +18,7 @@ database = { # Configure the database type = "pgsql"; # Database type - passwordFile = config.age.secrets.tt-rss-dbpass; # Where to find the password + passwordFile = "${config.age.secrets.tt-rss-dbpass.path}"; # Where to find the password }; email = { fromAddress = "news@mcwhirter.io"; # Address for outgoing email