feat: wiki test

This commit is contained in:
Nick 2024-10-19 15:11:53 -05:00
parent 30a9ea68e7
commit fd0e5275d5

View file

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