chore(tt-rss): corrected secrets path

This commit is contained in:
Serĉanto de Scio 2024-08-25 22:42:46 +10:00
parent ab06414f29
commit 0fa045e932
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -18,7 +18,7 @@
database = { database = {
# Configure the database # Configure the database
type = "pgsql"; # Database type 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 = { email = {
fromAddress = "news@mcwhirter.io"; # Address for outgoing email fromAddress = "news@mcwhirter.io"; # Address for outgoing email