monolith: add projects mount
This commit is contained in:
		
							parent
							
								
									325cf58e2c
								
							
						
					
					
						commit
						b0bd973365
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -101,6 +101,11 @@ in
 | 
			
		|||
    fsType = "btrfs";
 | 
			
		||||
    options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd;
 | 
			
		||||
  };
 | 
			
		||||
  fileSystems."/home/lelgenio/projects" = {
 | 
			
		||||
    device = "/dev/disk/by-label/BTRFS_BIGBOY";
 | 
			
		||||
    fsType = "btrfs";
 | 
			
		||||
    options = [ "subvol=@projects" "nofail" ] ++ btrfs_options ++ btrfs_ssd;
 | 
			
		||||
  };
 | 
			
		||||
  # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
 | 
			
		||||
  # (the default) this is the recommended approach. When using systemd-networkd it's
 | 
			
		||||
  # still possible to use this option, but it's recommended to use it in conjunction
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue