feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 12:35:21 -05:00
parent 37f27d231a
commit 7009c3525b

View file

@ -17,7 +17,7 @@ in {
port = service.ports.port0; port = service.ports.port0;
bindIP = localhost; bindIP = localhost;
db = { db = {
db = service.name; # db = "wiki";
type = "postgres"; type = "postgres";
host = "/run/postgresql"; host = "/run/postgresql";
}; };