feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 12:34:00 -05:00
parent 403550859e
commit 37f27d231a

View file

@ -13,15 +13,15 @@ in {
wiki-js = { wiki-js = {
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 = service.name; db = service.name;
# type = "postgres"; type = "postgres";
# host = host; host = "/run/postgresql";
# }; };
# }; };
}; };
caddy = { caddy = {