chore(tt-rss): corrected secrets path
This commit is contained in:
parent
ab06414f29
commit
0fa045e932
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue