feat(faunus-ater): add support.home service

This commit is contained in:
Malte Tammena 2023-07-05 15:35:46 +02:00
parent 9bb246b252
commit 890c4a14b7
2 changed files with 8 additions and 0 deletions

View file

@ -144,6 +144,13 @@ in {
};
};
services.nginx.virtualHosts."support.home" = mkVirtHost {
locations."/" = {
proxyPass = "http://127.0.0.1:9999";
proxyWebsockets = true;
};
};
# === Dim ===
# virtualisation.oci-containers.containers."dim" = {
# environment = {};

View file

@ -74,6 +74,7 @@
${point "note" faunus-ater}
${point "time" faunus-ater}
${point "todo" faunus-ater}
${point "support" faunus-ater}
'';
};
};