remove promtail
This commit is contained in:
parent
ba67c3ac22
commit
86f1aa301c
1 changed files with 0 additions and 15 deletions
|
@ -1,20 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
systemd.services.promtail = {
|
||||
description = "Promtail service for Loki";
|
||||
after = [ "zerotierone.service" "network.target" ];
|
||||
requires = [ "zerotierone.service" "network.target" ];
|
||||
wants = [ "zerotierone.service" "network.target" ];
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${pkgs.grafana-loki}/bin/promtail --config.file ${./promtail.yaml}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
udev.packages = [ pkgs.android-udev-rules ];
|
||||
ratbagd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue