hosts/pi: add connection to LG TV
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m34s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m34s
This commit is contained in:
@@ -27,3 +27,4 @@ SD card | `/dev/mmcblk0` (ext4, NixOS Root)
|
|||||||
- HDMI to ONKYO HT-R990
|
- HDMI to ONKYO HT-R990
|
||||||
- S/PDIF to ONKYO HT-R990
|
- S/PDIF to ONKYO HT-R990
|
||||||
- Ethernet to ONKYO HT-R990
|
- Ethernet to ONKYO HT-R990
|
||||||
|
- Ethernet to LG TV
|
||||||
|
@@ -131,8 +131,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.interfaces = {
|
||||||
# Connection to ONKYO HT-R990
|
# Connection to ONKYO HT-R990
|
||||||
networking.interfaces.end0 = {
|
end0 = {
|
||||||
ipv4.addresses = [
|
ipv4.addresses = [
|
||||||
{
|
{
|
||||||
address = "172.16.0.1";
|
address = "172.16.0.1";
|
||||||
@@ -140,6 +141,16 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
# Connection to LG TV
|
||||||
|
enp1s0u2 = {
|
||||||
|
ipv4.addresses = [
|
||||||
|
{
|
||||||
|
address = "172.16.1.1";
|
||||||
|
prefixLength = 30;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python311Packages.onkyo-eiscp
|
python311Packages.onkyo-eiscp
|
||||||
|
@@ -244,6 +244,7 @@
|
|||||||
"wake_on_lan"
|
"wake_on_lan"
|
||||||
"water_heater"
|
"water_heater"
|
||||||
"weather"
|
"weather"
|
||||||
|
"webostv"
|
||||||
"websocket_api"
|
"websocket_api"
|
||||||
"wled"
|
"wled"
|
||||||
"workday"
|
"workday"
|
||||||
|
Reference in New Issue
Block a user