summaryrefslogtreecommitdiff
path: root/hosts/omega-relay/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.xyz>2026-06-22 01:16:42 +0200
committerJakub Stachurski <jakub@wilkuu.xyz>2026-06-22 01:16:42 +0200
commit5094baa6b5857da5db554c432af0647a8aff16e3 (patch)
tree2e2cbcf89f41a20739490a2dde34b0ba7d8dc11f /hosts/omega-relay/default.nix
parent1d405a40d6c12667bf3dc7c87281c3aa24726431 (diff)
service(tacitus): Monitoring
Diffstat (limited to 'hosts/omega-relay/default.nix')
-rw-r--r--hosts/omega-relay/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix
index ab2dcfa..27cbf13 100644
--- a/hosts/omega-relay/default.nix
+++ b/hosts/omega-relay/default.nix
@@ -50,6 +50,7 @@
isVM = config.addons.virtualisation.isTestVM;
in
{
+ prometheus.enableExporters = true;
desecDyn = {
enable = true;
domains."wilkuu.dedyn.io" = {
@@ -182,6 +183,14 @@
tryFiles = "$uri $uri/ =404";
};
};
+ virtualHosts."moni.wilkuu.xyz" = {
+ forceSSL = true;
+ enableACME = true;
+ locations."/" = {
+ proxyPass = "http://192.168.88.5:3132";
+ recommendedProxySettings = true;
+ };
+ };
};
networking.hostName = "omega-relay";