service/loki: init

This commit is contained in:
Felix Buehler 2023-04-09 23:07:29 +02:00
parent 879f642f40
commit 3ef00d6963
3 changed files with 66 additions and 0 deletions

View file

@ -112,6 +112,9 @@ in
enable = true;
passwordFile = secrets."grafana/password".path;
};
loki = {
enable = true;
};
# Webserver
nginx = {
enable = true;