14 lines
180 B
Nix
14 lines
180 B
Nix
rec {
|
|
git = {
|
|
port = 3000;
|
|
domain = "git.nudelerde.de";
|
|
};
|
|
|
|
"metric-exporter" = {
|
|
port = 9100;
|
|
collectors = [
|
|
"systemd"
|
|
"processes"
|
|
];
|
|
};
|
|
}
|