mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
feat(retiolum-map): use 21.11 geoipupdate
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
network = "retiolum";
|
network = "retiolum";
|
||||||
|
|
||||||
@@ -38,9 +38,13 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.geoip-updater = {
|
services.geoipupdate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
databases = [ "GeoLite2-City.mmdb.gz" ];
|
settings = {
|
||||||
|
AccountID = 608777;
|
||||||
|
LicenseKey = toString <system-secrets/maxmind/license.key>;
|
||||||
|
EditionIDs = [ "GeoLite2-City" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|||||||
Reference in New Issue
Block a user