From f41a86f1c69540f506b9e68afffae5f4cbbf4d7b Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Oct 2024 12:53:17 -0500 Subject: [PATCH] feat: wiki-js test --- nixos/modules/services/wiki.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index fbf55d5..229fc2f 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -14,8 +14,8 @@ in { enable = true; environmentFile = config.sops.secrets."${service.name}-pass".path; settings = { - # port = service.ports.port0; - # bindIP = localhost; + port = service.ports.port0; + bindIP = localhost; db = { db = "wiki-js"; host = "/run/postgresql";