feat: wiki test

This commit is contained in:
Nick 2024-10-19 15:06:09 -05:00
parent d3bbb6dcd4
commit 1fa28f0306
2 changed files with 3 additions and 1 deletions

View file

@ -348,7 +348,8 @@ in {
}; };
subdomain = wikiSubdomain; subdomain = wikiSubdomain;
paths = { paths = {
path0 = "${servicePath}/${wikiLabel}/BackupDir"; path0 = "${servicePath}/${wikiLabel}";
path1 = "${servicePath}/${wikiLabel}/DataDir";
}; };
ports = { ports = {
port0 = 3033; port0 = 3033;

View file

@ -19,6 +19,7 @@ in {
bindIP = localhost; bindIP = localhost;
db = { db = {
type = "postgres"; type = "postgres";
host = paths.path1;
}; };
}; };
}; };