generated from john/nix-docker
removed variable
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ pkgs, lokiPort ? 3100, ... }:
|
||||
{ pkgs, config, lokiPort ? 3100, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ lokiPort ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
config.services.loki.configuration.server.http_listen_port
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(pkgs.writeShellScriptBin "loki-check" "curl http://localhost:${builtins.toString lokiPort}/ready")
|
||||
|
||||
Reference in New Issue
Block a user