mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
more monitoring
This commit is contained in:
parent
5089f62112
commit
53eb192ea8
9 changed files with 147 additions and 24 deletions
|
@ -40,9 +40,10 @@ in
|
|||
|
||||
settings = {
|
||||
server_name = config.networking.domain;
|
||||
enable_metrics = true;
|
||||
|
||||
listeners = [{
|
||||
bind_addresses = [ "127.0.0.1" "::1" ];
|
||||
bind_addresses = [ "0.0.0.0" "::1" ];
|
||||
port = 8008;
|
||||
tls = false;
|
||||
type = "http";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue