From 417aa85cba85453472e2dc22565ee8b7efba65d5 Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Sat, 9 Nov 2024 11:03:45 -0800
Subject: Add ipxe as kea dependency

---
 hosts/common/optional/services/kea.nix | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'hosts')

diff --git a/hosts/common/optional/services/kea.nix b/hosts/common/optional/services/kea.nix
index e88ec88..6cfec9c 100644
--- a/hosts/common/optional/services/kea.nix
+++ b/hosts/common/optional/services/kea.nix
@@ -1,5 +1,10 @@
 { config, lib, pkgs, ... }:
 {
+
+  environment.systemPackages = with pkgs; [
+    ipxe
+  ];
+
   services.kea.dhcp4 = {
     configFile = config.sops.secrets.kea-dhcp4_conf.path;
     enable = true;
-- 
cgit v1.2.3