mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
comin: Fix nesting
This commit is contained in:
parent
a351615be5
commit
5378dd24ae
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ in
|
|||
url = "https://github.com/SebastianStork/nixos-config.git";
|
||||
branches.main.name = "deploy";
|
||||
};
|
||||
};
|
||||
exporter = {
|
||||
listen_address = "127.0.0.1";
|
||||
port = cfg.metricsPort;
|
||||
exporter = {
|
||||
listen_address = "127.0.0.1";
|
||||
port = cfg.metricsPort;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue