From 52638284898abe058e8376d36ca7e4dd66018928 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 25 Aug 2023 11:10:51 -0500 Subject: [PATCH] Add another static IP --- hosts/genesis/dnsmasq.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/genesis/dnsmasq.nix b/hosts/genesis/dnsmasq.nix index 86a6fe7..296a020 100644 --- a/hosts/genesis/dnsmasq.nix +++ b/hosts/genesis/dnsmasq.nix @@ -49,6 +49,9 @@ in "vlan67@${lanDevice},option:dns-server,192.168.67.1" ]; dhcp-host = [ + # Static IPs for personal work + "00:00:de:ad:be:ef,10.42.2.254" + # Static IPs for things in the IOT range "98:da:c4:77:7f:4d,192.168.66.102" "28:87:ba:0e:ca:da,192.168.66.74" # KS200M switch