feat: wiki test

This commit is contained in:
Nick 2024-10-19 15:07:05 -05:00
parent 1fa28f0306
commit 30a9ea68e7

View file

@ -47,6 +47,8 @@ let
sops = "/var/lib/secrets";
sslPath = "/var/lib/acme";
varLib = "/var/lib";
in {
instance = {
acme = {
@ -349,7 +351,7 @@ in {
subdomain = wikiSubdomain;
paths = {
path0 = "${servicePath}/${wikiLabel}";
path1 = "${servicePath}/${wikiLabel}/DataDir";
path1 = "${varLib}/DataDir";
};
ports = {
port0 = 3033;