This commit is contained in:
sinavir 2022-04-26 00:55:00 +02:00
parent a6fc45f870
commit 353070ef08

View file

@ -24,5 +24,9 @@
package = pkgs.callPackage (import ./mqtt2prometheus.nix) { };
config = ./config.yaml;
};
grafana = {
enable = true;
};
};
networking.firewall.allowedTCPPorts = [ 3000 ];
}