comin: Fix nesting

This commit is contained in:
SebastianStork 2026-03-03 18:46:56 +01:00
parent a351615be5
commit 5378dd24ae
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -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; };
}; };
}; };
} }