1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(retiolum-map): use 21.11 geoipupdate

This commit is contained in:
2021-12-01 09:53:15 +01:00
parent 4ac499530d
commit fc067a8493

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
let
network = "retiolum";
@@ -38,9 +38,13 @@ in
};
};
services.geoip-updater = {
services.geoipupdate = {
enable = true;
databases = [ "GeoLite2-City.mmdb.gz" ];
settings = {
AccountID = 608777;
LicenseKey = toString <system-secrets/maxmind/license.key>;
EditionIDs = [ "GeoLite2-City" ];
};
};
services.nginx = {