kibana: fix build

This commit is contained in:
Astro 2021-09-10 00:21:53 +02:00
parent 8ac07ae985
commit 2ad513da4a
1 changed files with 4 additions and 1 deletions

View File

@ -9,10 +9,13 @@
networking.defaultGateway = "172.20.73.1";
networking.firewall.allowedTCPPorts = [ 80 443 ];
# Required for krops
# Required for deployment
services.openssh.enable = true;
environment.systemPackages = [ pkgs.git ];
# noXlibs breaks cairo:
environment.noXlibs = false;
nixpkgs.config.allowUnfree = true;
services.elasticsearch = {
enable = true;