From 7009c3525b617ad038e5a19409114ce0ef5f77e1 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Oct 2024 12:35:21 -0500 Subject: [PATCH] feat: wiki-js test --- nixos/modules/services/wiki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index 015c2ce..c046ea6 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -17,7 +17,7 @@ in { port = service.ports.port0; bindIP = localhost; db = { - db = service.name; + # db = "wiki"; type = "postgres"; host = "/run/postgresql"; };