about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/system/system/machines/mugwump.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/system/system/machines/mugwump.nix b/users/glittershark/system/system/machines/mugwump.nix
index 31307cd10e..7d930fc20a 100644
--- a/users/glittershark/system/system/machines/mugwump.nix
+++ b/users/glittershark/system/system/machines/mugwump.nix
@@ -88,7 +88,7 @@ with lib;
       datasources = [{
         name = "Prometheus";
         type = "prometheus";
-        url = "localhost:9090";
+        url = "http://localhost:9090";
       }];
     };
   };