Enable kea exporter on Genesis

This commit is contained in:
Greg Hellings
2025-11-23 01:11:56 -06:00
parent b450d1b170
commit cde08576c2
2 changed files with 21 additions and 12 deletions
+6
View File
@@ -7,6 +7,12 @@
{
enable = true;
settings = {
control-sockets = [
{
socket-type = "unix";
socket-name = "/run/kea/dhcp4-control.sock";
}
];
valid-lifetime = 43200; # 12 hours, in seconds
renew-timer = 1000;
rebind-timer = 2000;