hosts/pi: add connection to LG TV
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m34s

This commit is contained in:
2025-10-06 11:57:30 +01:00
parent 8a2652d490
commit b5904d9573
3 changed files with 21 additions and 8 deletions

View File

@@ -131,14 +131,25 @@
};
};
# Connection to ONKYO HT-R990
networking.interfaces.end0 = {
ipv4.addresses = [
{
address = "172.16.0.1";
prefixLength = 30;
}
];
networking.interfaces = {
# Connection to ONKYO HT-R990
end0 = {
ipv4.addresses = [
{
address = "172.16.0.1";
prefixLength = 30;
}
];
};
# Connection to LG TV
enp1s0u2 = {
ipv4.addresses = [
{
address = "172.16.1.1";
prefixLength = 30;
}
];
};
};
environment.systemPackages = with pkgs; [