Updated hedgedocs for 22.11

This commit is contained in:
Luj 2023-01-05 17:01:15 +01:00
parent f30edf15c5
commit 87e5e81272

View file

@ -20,7 +20,7 @@ in
mkMerge [{
services.hedgedoc = {
enable = true;
configuration = {
settings = {
port = port;
db = {
dialect = "postgres";
@ -48,9 +48,9 @@ in
(mkIf cfg.nginx.enable (mkSubdomain cfg.nginx.subdomain port))
(mkIf cfg.nginx.enable (mkVPNSubdomain cfg.nginx.subdomain port))]);