From 0916a3a8f0d2d78a01fbfc5fd379ad3c4f15309d Mon Sep 17 00:00:00 2001
From: ahuston-0 <aliceghuston@gmail.com>
Date: Sat, 22 Jun 2024 22:05:20 -0400
Subject: [PATCH] set port

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
---
 systems/palatine-hill/hydra.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix
index 02a0bb6..3cdd57c 100644
--- a/systems/palatine-hill/hydra.nix
+++ b/systems/palatine-hill/hydra.nix
@@ -68,6 +68,7 @@
     };
     prometheus = {
       enable = true;
+      port = 9001;
       exporters.node = {
         enable = true;
         enabledCollectors = [ "systemd" ];