diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index 015c2ce..c046ea6 100755 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -17,7 +17,7 @@ in { port = service.ports.port0; bindIP = localhost; db = { - db = service.name; + # db = "wiki"; type = "postgres"; host = "/run/postgresql"; };