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; }; }; };