From 7abc7e6c2614d431f58841b8c0aa086fa5c8c6c9 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sat, 14 Feb 2026 02:59:42 +0100 Subject: [PATCH] fix pw --- hosts/md/hedgedoc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/md/hedgedoc.nix b/hosts/md/hedgedoc.nix index 675617d..ccc67d4 100644 --- a/hosts/md/hedgedoc.nix +++ b/hosts/md/hedgedoc.nix @@ -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;