From 5bfb7813dffd39f6e4285382d0964d04e83fcb2e Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 19 Oct 2024 16:37:32 -0500 Subject: [PATCH] feat: wiki 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 83e9738..a8e9020 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -20,7 +20,7 @@ in { db = { db = name; type = "postgres"; - host = "/run/postgresql"; + host = host; }; }; };