diff --git a/nixos/modules/monitoring/exporters/promtail.nix b/nixos/modules/monitoring/exporters/promtail.nix
index ca22c4ac4dd674c7b50d08bd19bfdebef8e71e75..83de3250af5f02635ec5c790eedf445b1e38a92e 100644
--- a/nixos/modules/monitoring/exporters/promtail.nix
+++ b/nixos/modules/monitoring/exporters/promtail.nix
@@ -21,6 +21,10 @@ in {
         The server URL that logs should be pushed to.
       '';
       # Resolving names is hard, let's have breakfast
+      # If you are curious why there's a plain IP address in here, read all of
+      # https://whetstone.private.storage/privatestorage/PrivateStorageio/-/merge_requests/251
+      # https://whetstone.private.storage/privatestorage/PrivateStorageio/-/merge_requests/257
+      # https://whetstone.private.storage/privatestorage/PrivateStorageio/-/merge_requests/258
       default = "http://172.23.23.1:3100/loki/api/v1/push";
     };
   };