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;