feat(faunus-ater): add support.home service
This commit is contained in:
parent
9bb246b252
commit
890c4a14b7
|
@ -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 = {};
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
${point "note" faunus-ater}
|
||||
${point "time" faunus-ater}
|
||||
${point "todo" faunus-ater}
|
||||
${point "support" faunus-ater}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue