mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59: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";
|
url = "https://github.com/SebastianStork/nixos-config.git";
|
||||||
branches.main.name = "deploy";
|
branches.main.name = "deploy";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
exporter = {
|
exporter = {
|
||||||
listen_address = "127.0.0.1";
|
listen_address = "127.0.0.1";
|
||||||
port = cfg.metricsPort;
|
port = cfg.metricsPort;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue