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"; }; }; }