nixos/loki: add logcli to system path

Admins quite likely want to query loki for debugging purpose.
This commit is contained in:
Jörg Thalheim 2020-11-10 10:15:54 +01:00
parent beafea6499
commit 689eb49d42
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -78,6 +78,8 @@ in {
''; '';
}]; }];
environment.systemPackages = [ pkgs.grafana-loki ]; # logcli
users.groups.${cfg.group} = { }; users.groups.${cfg.group} = { };
users.users.${cfg.user} = { users.users.${cfg.user} = {
description = "Loki Service User"; description = "Loki Service User";