feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 12:48:02 -05:00
parent d9458841f7
commit 20b868575d

View file

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