From 20b868575d07a62f6de1701d89a33c86d8172fa4 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Oct 2024 12:48:02 -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 bc0fb71..ac23e44 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 = "wiki"; + db = "wiki"; type = "postgres"; host = "/run/postgresql"; };