From 35e5b04ad8a9fa8c472abd28f186c03b47151e7c Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 14 Feb 2026 14:40:10 +0100 Subject: [PATCH] Temporarily disable Loki --- .../modules/system/gramethus.nix | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nix-system-configs/modules/system/gramethus.nix b/nix-system-configs/modules/system/gramethus.nix index 8ccce3a..5c3baa2 100644 --- a/nix-system-configs/modules/system/gramethus.nix +++ b/nix-system-configs/modules/system/gramethus.nix @@ -90,19 +90,19 @@ in { ]; }; - services.loki = { - enable = true; + #services.loki = { + # enable = true; + # + # configuration = { + # auth_enabled = false; + # server.http_listen_port = 3100; + # + # # etc. + # }; - configuration = { - auth_enabled = false; - server.http_listen_port = 3100; - - # etc. - }; - - # or alternatively - #configFile = ./loki-config.yaml; - }; + # or alternatively + #configFile = ./loki-config.yaml; + # }; # Enable Tailscale for remote access to Traefik dashboard and configuration services.tailscale.enable = true;