diff --git a/nixcfgs/hosts/zephyrus/default.nix b/nixcfgs/hosts/zephyrus/default.nix index 02b5a0e..ef9c276 100644 --- a/nixcfgs/hosts/zephyrus/default.nix +++ b/nixcfgs/hosts/zephyrus/default.nix @@ -37,5 +37,8 @@ boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; + services.udev.extraRules = '' + ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0666", GROUP="wheel" + ''; system.stateVersion = "25.05"; }