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