From 1c2fbdff73695bb17bf441c58463d7b117dfa958 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 19 Oct 2024 15:52:14 -0500 Subject: [PATCH] feat: wiki test --- nixos/modules/services/wiki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 nixos/modules/services/wiki.nix diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix old mode 100644 new mode 100755 index 41b3ce4..6617f4d --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -19,7 +19,7 @@ in { bindIP = localhost; db = { type = "postgres"; - host = paths.path1; + # host = paths.path1; }; }; };