mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/loki: init
This commit is contained in:
parent
879f642f40
commit
3ef00d6963
3 changed files with 66 additions and 0 deletions
|
@ -112,6 +112,9 @@ in
|
|||
enable = true;
|
||||
passwordFile = secrets."grafana/password".path;
|
||||
};
|
||||
loki = {
|
||||
enable = true;
|
||||
};
|
||||
# Webserver
|
||||
nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue