Nix config files for my laptop and servers

Set up GeoIP

haripm.com 39324483 480c1120

verified
+4 -1
+4 -1
modules/nixos/services/goaccess.nix
··· 35 35 --log-format CADDY \ 36 36 --no-global-config \ 37 37 --ignore-crawlers \ 38 - --unknowns-as-crawlers 38 + --unknowns-as-crawlers \ 39 + --geoip-database=/srv/geoip/GeoLite2-ASN.mmdb \ 40 + --geoip-database=/srv/geoip/GeoLite2-City.mmdb \ 41 + --geoip-database=/srv/geoip/GeoLite2-Country.mmdb 39 42 ''; 40 43 }; 41 44 };