tangled
alpha
login
or
join now
haripm.com
/
seafoam
0
fork
atom
Nix config files for my laptop and servers
0
fork
atom
overview
issues
2
pulls
pipelines
Set up GeoIP
haripm.com
2 months ago
39324483
480c1120
verified
This commit was signed with the committer's
known signature
.
haripm.com
SSH Key Fingerprint:
SHA256:ZTpS3XMWH3PIjWXEDMx28M7YKmd9xpeOpqUD6gqb1pg=
+4
-1
1 changed file
expand all
collapse all
unified
split
modules
nixos
services
goaccess.nix
+4
-1
modules/nixos/services/goaccess.nix
···
35
35
--log-format CADDY \
36
36
--no-global-config \
37
37
--ignore-crawlers \
38
38
-
--unknowns-as-crawlers
38
38
+
--unknowns-as-crawlers \
39
39
+
--geoip-database=/srv/geoip/GeoLite2-ASN.mmdb \
40
40
+
--geoip-database=/srv/geoip/GeoLite2-City.mmdb \
41
41
+
--geoip-database=/srv/geoip/GeoLite2-Country.mmdb
39
42
'';
40
43
};
41
44
};