Remove udev rule and use /dev/v4l/by-id/ instead
This commit is contained in:
parent
c5931e7cc7
commit
0f55324c65
1 changed files with 0 additions and 4 deletions
|
|
@ -11,8 +11,4 @@ lib.mkIf config.jalr.gui.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
v4l-utils
|
v4l-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
|
||||||
SUBSYSTEM=="video4linux", ATTR{idVendor}=="2109", ATTR{idProduct}=="2813", SYMLINK+="video_c922"
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue