Use disklabels
This commit is contained in:
		
							parent
							
								
									08989600aa
								
							
						
					
					
						commit
						ff651ab901
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -14,12 +14,12 @@ | ||||||
|   boot.extraModulePackages = [ ]; |   boot.extraModulePackages = [ ]; | ||||||
| 
 | 
 | ||||||
|   fileSystems."/" = |   fileSystems."/" = | ||||||
|     { device = "/dev/disk/by-uuid/5e4bacff-07fb-4d3a-8ac6-d535c913659b"; |     { device = "/dev/disk/by-label/NIXROOT"; | ||||||
|       fsType = "ext4"; |       fsType = "ext4"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|   fileSystems."/boot/efi" = |   fileSystems."/boot/efi" = | ||||||
|     { device = "/dev/disk/by-uuid/4D30-B01D"; |     { device = "/dev/disk/by-label/NIXBOOT"; | ||||||
|       fsType = "vfat"; |       fsType = "vfat"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue