nixify loki config

This commit is contained in:
Reid 2025-01-10 18:24:03 -08:00
parent b482fbc2ea
commit 07703a56bb
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
5 changed files with 223 additions and 175 deletions

View file

@ -6,7 +6,6 @@ in {
config = {
modules = {
services = {
# you should probably keep this on
# actually enables nginx, configures acme,
# gzip, optimization, proxy, ssl config,
@ -30,7 +29,6 @@ in {
metrics = {
enable = true;
domain = "grafana.reidlab.pink";
port = 2342;
};
};
};