mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
attach barcode scanner to barcodebuddy for now
This commit is contained in:
parent
63fd280927
commit
d5ae151af1
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ in
|
|||
virtualisation.oci-containers.containers.barcodebuddy = {
|
||||
image = "f0rc3/barcodebuddy:latest";
|
||||
volumes = ["${volumePath}/barcodebuddy:/config"];
|
||||
extraOptions = ["--ip=10.88.0.11"];
|
||||
|
||||
extraOptions = ["--ip=10.88.0.11" "--device=/dev/input/by-id/usb-0581_011c-event-kbd"];
|
||||
environment = {
|
||||
ATTACH_BARCODESCANNER = "true";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue