enable fwupd on desktops
This commit is contained in:
		
							parent
							
								
									b01a072cc9
								
							
						
					
					
						commit
						96483fbaef
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -36,10 +36,13 @@ in {
 | 
			
		|||
    # networking.interfaces.eno1.useDHCP = lib.mkDefault true;
 | 
			
		||||
    # networking.interfaces.wlp5s0.useDHCP = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
    hardware.enableRedistributableFirmware = true;
 | 
			
		||||
    hardware = {
 | 
			
		||||
      enableRedistributableFirmware = true;
 | 
			
		||||
      bluetooth.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
 | 
			
		||||
 | 
			
		||||
    hardware.bluetooth.enable = true;
 | 
			
		||||
    services.fwupd.enable = true;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue