swapDevices is a list not a single entry
This commit is contained in:
		
							parent
							
								
									a3d085483d
								
							
						
					
					
						commit
						6e2e9a3b72
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -16,8 +16,9 @@
 | 
			
		|||
    options = [];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  swapDevices = {
 | 
			
		||||
    device = "/dev/disk/by-id/mmc-USD00_0x66b39865-part2";
 | 
			
		||||
    fsType = "linux-swap";
 | 
			
		||||
  };
 | 
			
		||||
  swapDevices = [
 | 
			
		||||
    {
 | 
			
		||||
      device = "/dev/disk/by-id/mmc-USD00_0x66b39865-part2";
 | 
			
		||||
    }
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue