adding storage disk to Kaladin
This commit is contained in:
		
							parent
							
								
									879c5f7989
								
							
						
					
					
						commit
						3b727bfdd3
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -34,6 +34,12 @@
 | 
			
		|||
      options = [ "subvol=@log" "noatime" "ssd" "space_cache" "clear_cache" "compress=zstd" ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
  fileSystems."/run/media/chris/Storage" =
 | 
			
		||||
    { device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
 | 
			
		||||
      fsType = "btrfs";
 | 
			
		||||
      options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
  fileSystems."/boot" =
 | 
			
		||||
    { device = "/dev/disk/by-uuid/35A0-C1F1";
 | 
			
		||||
      fsType = "vfat";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue