aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/kea.nix5
1 files changed, 5 insertions, 0 deletions
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;