Add ONKYO communication to Pi

This commit is contained in:
Jordan Holt 2024-02-19 22:36:25 +00:00
parent d0792c892e
commit 325196ce2f
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -231,7 +231,16 @@
};
};
# Connection to ONKYO HT-R990
networking.interfaces.end0 = {
ipv4.addresses = [{
address = "172.16.0.1";
prefixLength = 30;
}];
};
environment.systemPackages = with pkgs; [
python311Packages.onkyo-eiscp
libraspberrypi
raspberrypi-eeprom
];