Development: Force ModemManager off
This commit is contained in:
		
							parent
							
								
									214aadd33d
								
							
						
					
					
						commit
						48db3381b4
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{ config, pkgs, ... }:
 | 
					{ config, lib, pkgs, ... }:
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    environment.systemPackages = with pkgs; [
 | 
					    environment.systemPackages = with pkgs; [
 | 
				
			||||||
        picocom
 | 
					        picocom
 | 
				
			||||||
| 
						 | 
					@ -6,6 +6,8 @@
 | 
				
			||||||
        binwalk
 | 
					        binwalk
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    systemd.services.ModemManager.enable = lib.mkForce false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    users.extraGroups = {
 | 
					    users.extraGroups = {
 | 
				
			||||||
        plugdev = {
 | 
					        plugdev = {
 | 
				
			||||||
            members = [ "fruchti" ];
 | 
					            members = [ "fruchti" ];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue