From 4eb5d6873a14ab868501e1f1cce06a850f1cb18c Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 26 Mar 2026 05:45:16 -0500 Subject: [PATCH] chore: remove unused kea configuration --- hosts/unstable/genesis/networking.nix | 15 +-------------- manifests/monitoring/config.yaml | 4 ---- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/hosts/unstable/genesis/networking.nix b/hosts/unstable/genesis/networking.nix index f461249..8de90ed 100644 --- a/hosts/unstable/genesis/networking.nix +++ b/hosts/unstable/genesis/networking.nix @@ -9,7 +9,7 @@ let lanIP = metadata.hosts.${config.networking.hostName}.ip; iot = "enp2s0"; iotIP = "192.168.66.250"; - routerIP = metadata.infra.gw; + #routerIP = metadata.infra.gw; extraHosts = builtins.readFile ./net/hosts; proxyPort = 3128; @@ -81,19 +81,6 @@ in environment.etc."hosts.d/local".text = extraHosts; services = { - kea = { - dhcp4 = ( - import ./networking/dhcp.nix { - inherit - iot - lan - lanIP - routerIP - ; - } - ); - }; - ######### # dnsmasq config ######## diff --git a/manifests/monitoring/config.yaml b/manifests/monitoring/config.yaml index 471d317..db5ad9b 100644 --- a/manifests/monitoring/config.yaml +++ b/manifests/monitoring/config.yaml @@ -66,10 +66,6 @@ data: target_label: instance - target_label: __address__ replacement: "genesis.shire-zebra.ts.net:9115" - - job_name: kea - static_configs: - - targets: - - "genesis.shire-zebra.ts.net:9547" - job_name: dnsmasq static_configs: - targets: