[sea] Add known wifi hosts to goog subdomain.
This commit is contained in:
parent
66aa65eaec
commit
6d787dd8e1
|
@ -231,4 +231,25 @@ in {
|
||||||
mac-address = "00:1e:06:36:dd:8c";
|
mac-address = "00:1e:06:36:dd:8c";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
subdomains."goog" =
|
||||||
|
let mkWifiHosts = builtins.mapAttrs (_: num: "192.168.86.${toString num}");
|
||||||
|
in {
|
||||||
|
hosts = mkWifiHosts {
|
||||||
|
wormhole0 = 2;
|
||||||
|
switch = 51;
|
||||||
|
jayjay = 52;
|
||||||
|
nest-thermostat = 53;
|
||||||
|
bedroom-home = 30;
|
||||||
|
living-room-tv = 54;
|
||||||
|
living-room-home = 31;
|
||||||
|
family-room-home = 32;
|
||||||
|
kitchen-display = 33;
|
||||||
|
tesla-model-3 = 55;
|
||||||
|
peter-pixel-5 = 43;
|
||||||
|
xiaoxuan-ipad-2 = 42;
|
||||||
|
family-room-tv = 57;
|
||||||
|
xiaoxuan-ipad-1 = 44;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue