feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 13:56:48 -05:00
parent b99e4a3080
commit 8e15ee002c

View file

@ -12,7 +12,7 @@ in {
services = {
wiki-js = {
enable = true;
environmentFile = config.sops.secrets."${service.name}-pass".path;
environmentFile = config.sops.secrets."${service.name}/pass".path;
settings = {
port = service.ports.port0;
bindIP = localhost;