From e1880ebe53042c75ec5adb1f518a3cc7d692882f Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 6 Mar 2020 15:28:38 +0800 Subject: [PATCH] graylog: remove geo ip stuff --- configs/workhorse/graylog.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/workhorse/graylog.nix b/configs/workhorse/graylog.nix index 04fee7a..2124913 100644 --- a/configs/workhorse/graylog.nix +++ b/configs/workhorse/graylog.nix @@ -47,7 +47,8 @@ in { services.graylog.rootPasswordSha2 = lib.fileContents ; - services.geoip-updater.enable = true; + # not working at the moment + #services.geoip-updater.enable = true; # https://wiki.splunk.com/Http_status.csv environment.etc."graylog/server/httpCodes.csv" = {