feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 12:50:56 -05:00
parent 20b868575d
commit a3fa679262

View file

@ -14,12 +14,13 @@ in {
enable = true;
environmentFile = config.sops.secrets."${service.name}-pass".path;
settings = {
port = service.ports.port0;
bindIP = localhost;
# port = service.ports.port0;
# bindIP = localhost;
db = {
db = "wiki";
type = "postgres";
db = "wiki-js";
host = "/run/postgresql";
type = "postgres";
user = "wiki-js";
};
};
};