summary refs log tree commit diff
path: root/host/Rory-nginx/services/prometheus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/prometheus.nix')
-rw-r--r--host/Rory-nginx/services/prometheus.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/prometheus.nix b/host/Rory-nginx/services/prometheus.nix
new file mode 100644
index 0000000..1a5d346
--- /dev/null
+++ b/host/Rory-nginx/services/prometheus.nix
@@ -0,0 +1,8 @@
+{ ... } :
+
+{
+  services.prometheus = {
+    enable = true;
+    port = 9001;
+  };
+}