diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index 86eb579..8a8fe6f 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -13,15 +13,15 @@ in { wiki-js = { enable = true; environmentFile = config.sops.secrets."${service.name}-pass".path; - settings = { - port = service.ports.port0; - bindIP = localhost; - db = { - db = service.name; - type = "postgres"; - host = host; - }; - }; + # settings = { + # port = service.ports.port0; + # bindIP = localhost; + # db = { + # db = service.name; + # type = "postgres"; + # host = host; + # }; + # }; }; caddy = {