Configured udev rules for working with micro:bit v2
This commit is contained in:
parent
323f5e5b1f
commit
e1c6396153
|
@ -63,6 +63,13 @@
|
||||||
system.monitoring.enable = true;
|
system.monitoring.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
# CMSIS-DAP for microbit
|
||||||
|
ACTION!="add|change", GOTO="microbit_rules_end"
|
||||||
|
SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", ATTR{idProduct}=="0204", TAG+="uaccess"
|
||||||
|
LABEL="microbit_rules_end"
|
||||||
|
'';
|
||||||
|
|
||||||
services.gitea-actions-runner.instances = {
|
services.gitea-actions-runner.instances = {
|
||||||
gospel = {
|
gospel = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue