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 = {
|
services.hedgedoc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
environmentFile = config.age.secrets.hedgedoc_db_password.path;
|
||||||
settings = {
|
settings = {
|
||||||
domain = "md.${config.networking.domain}";
|
domain = "md.${config.networking.domain}";
|
||||||
environmentFile = config.age.secrets.hedgedoc_db_password.path;
|
|
||||||
dbURL = "postgres://hedgedoc:\${DB_PASSWORD}@sql.berlin.ccc.de:5432/hedgedoc";
|
dbURL = "postgres://hedgedoc:\${DB_PASSWORD}@sql.berlin.ccc.de:5432/hedgedoc";
|
||||||
db.dialect = "postgresql";
|
db.dialect = "postgresql";
|
||||||
protocolUseSSL = true;
|
protocolUseSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue