mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
chore(tinc-graph): update
This commit is contained in:
@@ -11,8 +11,8 @@ let
|
|||||||
tinc-graph-source = pkgs.fetchFromGitHub {
|
tinc-graph-source = pkgs.fetchFromGitHub {
|
||||||
owner = "kmein";
|
owner = "kmein";
|
||||||
repo = "tinc-graph";
|
repo = "tinc-graph";
|
||||||
rev = "cd563ce69f221f297ec3836aa97425c06306827f";
|
rev = "50593204faa663422f95d7df2931382e7301f8d6";
|
||||||
sha256 = "0as1mqbrlsjvylfvdn7f5574fq84w4xbm7gm38vm1fligwa2a3sq";
|
sha256 = "16cqsnyz6iyw8p395bmam4zvnmzvfz9lhxviscai9sa0imd7rwz2";
|
||||||
};
|
};
|
||||||
tinc-graph = pkgs.callPackage tinc-graph-source {};
|
tinc-graph = pkgs.callPackage tinc-graph-source {};
|
||||||
in
|
in
|
||||||
@@ -38,6 +38,11 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.geoip-updater = {
|
||||||
|
enable = true;
|
||||||
|
databases = [ "GeoLite2-City.mmdb.gz" ];
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user