From 2f5fdbfbecd5852a5ff2b8f4e5797a33adebc83c Mon Sep 17 00:00:00 2001 From: Morgan Helton Date: Fri, 5 Jul 2024 09:26:47 -0500 Subject: [PATCH] sophia: enable kea-ctrl-agent --- hosts/sophia/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/sophia/default.nix b/hosts/sophia/default.nix index 5d1852b..bfc1b7d 100644 --- a/hosts/sophia/default.nix +++ b/hosts/sophia/default.nix @@ -264,6 +264,14 @@ with lib; }; in { + ctrl-agent = { + enable = true; + settings = { + "http-host" = "127.0.0.1"; + "http-port" = 9090; + "control-sockets".dhcp4 = socket4Config; + }; + }; dhcp4 = { enable = true; settings = {