From c884d59f474fecf2247615f8dd57a16435221d29 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 5 Dec 2023 20:47:34 -0800 Subject: [PATCH] It's kea.dhcp4, not just kea --- lib/fudo/local-network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/local-network.nix b/lib/fudo/local-network.nix index 0c50471..9cbdb65 100644 --- a/lib/fudo/local-network.nix +++ b/lib/fudo/local-network.nix @@ -126,7 +126,7 @@ in { hostname ]) other-hosts; - services.kea = { + services.kea.dhcp4 = { enable = true; settings = { interfaces-config.interfaces = cfg.dhcp-interfaces;