diff options
-rw-r--r-- | users/glittershark/system/system/machines/mugwump.nix | 2 |
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 31307cd10ed7..7d930fc20aa5 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"; }]; }; }; |