From 761f0fa48f0bc81715ab803e011e9fd05de97591 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 18 Jun 2023 17:35:39 -0400 Subject: [PATCH] hedgedoc: use postgres --- hosts/sakura/services/hedgedoc.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/sakura/services/hedgedoc.nix b/hosts/sakura/services/hedgedoc.nix index 7559669..98c7841 100644 --- a/hosts/sakura/services/hedgedoc.nix +++ b/hosts/sakura/services/hedgedoc.nix @@ -8,10 +8,7 @@ _: { allowAnonymous = true; allowFreeURL = true; allowEmailRegister = false; - db = { - dialect = "sqlite"; - storage = "/var/lib/hedgedoc/db.sqlite"; - }; + dbURL = "postgres://hedgedoc:hedgedoc@192.168.1.211:5432/hedgedoc"; }; }; }