Try to make grafana build

This commit is contained in:
Ehmry - 2019-12-03 16:45:57 +01:00 committed by Astro
parent a255046b20
commit 5aef044fbd
1 changed files with 0 additions and 14 deletions

View File

@ -18,23 +18,9 @@
services.openssh.enable = true;
boot.isContainer = true;
# /sbin/init
boot.loader.initScript.enable = true;
boot.loader.grub.enable = false;
networking.hostName = "grafana";
networking.useNetworkd = true;
# Create a few files early before packing tarball for Proxmox
# architecture/OS detection.
system.extraSystemBuilderCmds = ''
mkdir -m 0755 -p $out/bin
ln -s ${pkgs.bash}/bin/bash $out/bin/sh
mkdir -m 0755 -p $out/sbin
ln -s ../init $out/sbin/init
'';
# http https influxdb
networking.firewall.allowedTCPPorts = [ 80 443 8086 ];
# collectd