diff --git a/configs/retiolum-map.nix b/configs/retiolum-map.nix index 633e2e7..c967fc4 100644 --- a/configs/retiolum-map.nix +++ b/configs/retiolum-map.nix @@ -11,8 +11,8 @@ let tinc-graph-source = pkgs.fetchFromGitHub { owner = "kmein"; repo = "tinc-graph"; - rev = "cd563ce69f221f297ec3836aa97425c06306827f"; - sha256 = "0as1mqbrlsjvylfvdn7f5574fq84w4xbm7gm38vm1fligwa2a3sq"; + rev = "50593204faa663422f95d7df2931382e7301f8d6"; + sha256 = "16cqsnyz6iyw8p395bmam4zvnmzvfz9lhxviscai9sa0imd7rwz2"; }; tinc-graph = pkgs.callPackage tinc-graph-source {}; in @@ -38,6 +38,11 @@ in }; }; + services.geoip-updater = { + enable = true; + databases = [ "GeoLite2-City.mmdb.gz" ]; + }; + services.nginx = { enable = true; recommendedGzipSettings = true;