Add storcli utility to apex
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
		
							parent
							
								
									25e9c071b0
								
							
						
					
					
						commit
						36ee1f3adc
					
				| @ -15,6 +15,10 @@ | ||||
|     "megaraid_sas" # For HW RAID | ||||
|   ]; | ||||
| 
 | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|     storcli # To manage HW RAID | ||||
|   ]; | ||||
| 
 | ||||
|   fileSystems."/home" = { | ||||
|     device = "/dev/disk/by-label/home"; | ||||
|     fsType = "ext4"; | ||||
|  | ||||
| @ -6,6 +6,8 @@ | ||||
|     (import ../../../pkgs/overlay.nix) | ||||
|   ]; | ||||
| 
 | ||||
|   nixpkgs.config.allowUnfree = true; | ||||
| 
 | ||||
|   nix = { | ||||
|     nixPath = [ | ||||
|       "nixpkgs=${nixpkgs}" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user