Skip to content

Commit

Permalink
sophia: enable kea-ctrl-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
devusb committed Jul 5, 2024
1 parent 364cb28 commit 2f5fdbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/sophia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 2f5fdbf

Please sign in to comment.