mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
6 lines
179 B
Nix
6 lines
179 B
Nix
{...}: {
|
|
# Xilinx Artix-7 Basys 3
|
|
services.udev.extraRules = ''
|
|
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0660", GROUP="dialout", SYMLINK+="basys3"
|
|
'';
|
|
}
|