camera access

This commit is contained in:
Daniel Bulant 2026-08-28 08:56:04 +02:00
parent 01e1d31a36
commit 7d5aeaa4f0
No known key found for this signature in database

View file

@ -375,6 +375,10 @@
}; };
boot.loader.timeout = 5; boot.loader.timeout = 5;
services.udev.extraRules = ''
SUBSYSTEM=="usb", ATTR{idVendor}=="054c", GROUP="users", MODE="0660"
'';
# App image support # App image support
boot.binfmt.registrations.appimage = { boot.binfmt.registrations.appimage = {
wrapInterpreterInShell = false; wrapInterpreterInShell = false;