removed zfs from rpi image, speeding up build times a ton.
This commit is contained in:
		
							parent
							
								
									b650a618ad
								
							
						
					
					
						commit
						6ff0717428
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -23,7 +23,8 @@
 | 
				
			||||||
      modulesPath,
 | 
					      modulesPath,
 | 
				
			||||||
      ...
 | 
					      ...
 | 
				
			||||||
    }: {
 | 
					    }: {
 | 
				
			||||||
      imports = [ "${modulesPath}/installer/sd-card/sd-image-aarch64.nix" ];
 | 
					      imports = ["${modulesPath}/installer/sd-card/sd-image-aarch64.nix"];
 | 
				
			||||||
 | 
					      boot.supportedFilesystems.zfs = lib.mkForce false;
 | 
				
			||||||
      hardware.enableRedistributableFirmware = true;
 | 
					      hardware.enableRedistributableFirmware = true;
 | 
				
			||||||
      host = {
 | 
					      host = {
 | 
				
			||||||
        user = "gabe";
 | 
					        user = "gabe";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue