diff --git a/hosts/genesis/networking.nix b/hosts/genesis/networking.nix index 6c22f6d..496e3dc 100644 --- a/hosts/genesis/networking.nix +++ b/hosts/genesis/networking.nix @@ -150,32 +150,33 @@ in { "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 - "8c:49:62:aa:58:60,192.168.66.108" # Roku, HiHandsome - "28:87:ba:0e:c9:fd,192.168.66.75" - "4c:a1:61:05:cd:52,192.168.66.61" - "8c:85:80:1c:f9:d1,192.168.66.104" - "48:d6:d5:5d:81:21,192.168.66.65" # Google Home - "ac:84:c6:5e:4b:28,192.168.66.100" - "d8:0d:17:19:60:62,192.168.66.112" - "0c:80:63:41:6c:5d,192.168.66.98" # HS200 switch - "0c:80:63:41:74:73,192.168.66.106" - "0c:80:63:41:6e:0f,192.168.66.90" - "98:da:c4:20:f3:64,192.168.66.6" - "98:da:c4:21:1b:2e,192.168.66.85" - "98:da:c4:20:ea:db,192.168.66.107" # HS220 switch - "f0:03:8c:b3:b0:f6,192.168.66.55" # Roomba - "98:da:c4:77:80:18,192.168.66.84" - "98:da:c4:77:82:7b,192.168.66.105" - "e4:f0:42:61:fa:b5,192.168.66.149" # Google Home-mini - "b4:b0:24:9a:14:0e,192.168.66.131" - "6c:29:90:3e:e2:02,192.168.66.66" # wiz - "54:af:97:83:ed:33,192.168.66.80" - "54:af:97:c2:0f:a1,192.168.66.76" - "b4:b0:24:9a:12:53,192.168.66.130" # KL125 - "92:3e:11:c7:c5:be,192.168.66.109" "b4:b0:24:9a:02:4a,192.168.66.5" # LD125 + "98:da:c4:20:f3:64,192.168.66.6" + "54:af:97:c1:dc:b9,192.168.66.25" # Master bedroom Kasa switch + "f0:03:8c:b3:b0:f6,192.168.66.55" # Roomba + "4c:a1:61:05:cd:52,192.168.66.61" + "48:d6:d5:5d:81:21,192.168.66.65" # Google Home + "6c:29:90:3e:e2:02,192.168.66.66" # wiz + "28:87:ba:0e:ca:da,192.168.66.74" # KS200M switch + "28:87:ba:0e:c9:fd,192.168.66.75" + "54:af:97:c2:0f:a1,192.168.66.76" + "54:af:97:83:ed:33,192.168.66.80" + "98:da:c4:77:80:18,192.168.66.84" + "98:da:c4:21:1b:2e,192.168.66.85" + "0c:80:63:41:6e:0f,192.168.66.90" + "0c:80:63:41:6c:5d,192.168.66.98" # HS200 switch + "ac:84:c6:5e:4b:28,192.168.66.100" + "98:da:c4:77:7f:4d,192.168.66.102" + "8c:85:80:1c:f9:d1,192.168.66.104" + "98:da:c4:77:82:7b,192.168.66.105" + "0c:80:63:41:74:73,192.168.66.106" + "98:da:c4:20:ea:db,192.168.66.107" # HS220 switch + "8c:49:62:aa:58:60,192.168.66.108" # Roku, HiHandsome + "92:3e:11:c7:c5:be,192.168.66.109" + "d8:0d:17:19:60:62,192.168.66.112" + "b4:b0:24:9a:12:53,192.168.66.130" # KL125 + "b4:b0:24:9a:14:0e,192.168.66.131" + "e4:f0:42:61:fa:b5,192.168.66.149" # Google Home-mini ]; expand-hosts = true; log-dhcp = true;