mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(bbuddy): evdev barcode scanner client
This commit is contained in:
parent
c3cd9b0564
commit
90901a302c
24 changed files with 847 additions and 253 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue