aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-09 11:03:45 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-09 11:03:45 -0800
commit417aa85cba85453472e2dc22565ee8b7efba65d5 (patch)
treea72b23bd214121c0fafb2750a1ea432e314a23ac /hosts/common
parent4eabe70add5dc84c4a98b5aaaad1434803014a7e (diff)
downloadnix-417aa85cba85453472e2dc22565ee8b7efba65d5.tar
nix-417aa85cba85453472e2dc22565ee8b7efba65d5.tar.gz
nix-417aa85cba85453472e2dc22565ee8b7efba65d5.tar.bz2
nix-417aa85cba85453472e2dc22565ee8b7efba65d5.tar.lz
nix-417aa85cba85453472e2dc22565ee8b7efba65d5.tar.xz
nix-417aa85cba85453472e2dc22565ee8b7efba65d5.tar.zst
nix-417aa85cba85453472e2dc22565ee8b7efba65d5.zip
Add ipxe as kea dependency
Diffstat (limited to 'hosts/common')
-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;