diff --git a/configs/retiolum-map.nix b/configs/retiolum-map.nix index c967fc4..c3711d4 100644 --- a/configs/retiolum-map.nix +++ b/configs/retiolum-map.nix @@ -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 ; + EditionIDs = [ "GeoLite2-City" ]; + }; }; services.nginx = {