From 9ff44d9eb5cb91eee08fe04ab12b60ab9fbbabae Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Fri, 11 Feb 2022 09:13:40 +0000
Subject: [PATCH] Add a comment to deter people from changing or questioning
 this superior bit of codiguration

OMG look at teh genius of it
---
 nixos/modules/monitoring/exporters/promtail.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nixos/modules/monitoring/exporters/promtail.nix b/nixos/modules/monitoring/exporters/promtail.nix
index ca22c4ac..83de3250 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";
     };
   };
-- 
GitLab