mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
silly typo
This commit is contained in:
parent
e97158317d
commit
9a6447999e
1 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,10 @@ in
|
|||
{
|
||||
port = 9000;
|
||||
type = "metrics";
|
||||
bind_addresses = ["::1" "0.0.0.0" ]
|
||||
bind_addresses = [
|
||||
"::1"
|
||||
"0.0.0.0"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue