Skip to content

Commit

Permalink
Add plugs to usbserver
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 7, 2023
1 parent 0c5186c commit eac8a1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ apps:
- opengl
- wayland
- network
- raw-usb
- home
- process-control
- system-observe
Expand All @@ -44,6 +43,13 @@ apps:
daemon: simple
restart-delay: 5s
restart-condition: always
plugs: &_plugs
- network
- raw-usb
- home
- process-control
- system-observe
- hardware-observe

plugs:
graphics-core22:
Expand Down

0 comments on commit eac8a1e

Please sign in to comment.