fix pw
This commit is contained in:
parent
4a77f0e3da
commit
7abc7e6c26
1 changed files with 1 additions and 1 deletions
|
|
@ -3,9 +3,9 @@
|
|||
{
|
||||
services.hedgedoc = {
|
||||
enable = true;
|
||||
environmentFile = config.age.secrets.hedgedoc_db_password.path;
|
||||
settings = {
|
||||
domain = "md.${config.networking.domain}";
|
||||
environmentFile = config.age.secrets.hedgedoc_db_password.path;
|
||||
dbURL = "postgres://hedgedoc:\${DB_PASSWORD}@sql.berlin.ccc.de:5432/hedgedoc";
|
||||
db.dialect = "postgresql";
|
||||
protocolUseSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue