mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore(tinc-graph): update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user