generated from john/nix-docker
simplified
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lokiUser ? "loki", lokiPort ? (3100), lokiPath, ... }:
|
||||
{ pkgs, lokiPort ? 3100, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ lokiPort ];
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
services.loki = {
|
||||
enable = true;
|
||||
user = "${lokiUser}";
|
||||
user = "loki";
|
||||
|
||||
configuration = {
|
||||
server.http_listen_port = lokiPort;
|
||||
|
||||
Reference in New Issue
Block a user