7 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { ... }: {
 | |
|   zramSwap = {
 | |
|     enable = true;
 | |
|     algorithm = "zstd";
 | |
|     memoryPercent = 200;
 | |
|   };
 | |
| }
 |