diff options
Diffstat (limited to 'hosts/tahoe/services.nix')
-rw-r--r-- | hosts/tahoe/services.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index a8b80b8..7e42a1f 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -12,10 +12,6 @@ in enable = true; listenAddress = "192.168.6.40"; }; - loki = { - enable = true; - listenAddress = "192.168.6.40"; - }; grafana = { enable = true; vhostName = "dash.${config.homelab.domain}"; |