feat(bbuddy): evdev barcode scanner client

This commit is contained in:
arcnmx 2024-05-17 13:29:59 -07:00
parent c3cd9b0564
commit 90901a302c
24 changed files with 847 additions and 253 deletions

View file

@ -15,7 +15,11 @@ in {
];
# build+cache packages customized or added via overlay
barcodebuddy.inputs = packages.x86_64-linux.barcodebuddy;
barcodebuddy.inputs = with packages.x86_64-linux; [
barcodebuddy
barcodebuddy-scanner
barcodebuddy-scanner-python
];
samba.inputs = with packages.x86_64-linux; [
legacyPackages.x86_64-linux.pkgs.samba
samba-ldap

View file

@ -191,6 +191,20 @@
}
}
},
"logistics": {
"network": {
"hostName": "logistics",
"networks": {
"int": null,
"local": {
"address4": "10.1.1.63",
"address6": "fd0a::40c3:23df:e82a:b214",
"macAddress": null
},
"tail": null
}
}
},
"mediabox": {
"network": {
"hostName": "mediabox",