feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 12:53:17 -05:00
parent a3fa679262
commit f41a86f1c6

View file

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