Configured udev rules for working with micro:bit v2
This commit is contained in:
		
							parent
							
								
									323f5e5b1f
								
							
						
					
					
						commit
						e1c6396153
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -63,6 +63,13 @@
 | 
			
		|||
    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 = {
 | 
			
		||||
    gospel = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue