monolith: mount root
This commit is contained in:
		
							parent
							
								
									ff3df4f34d
								
							
						
					
					
						commit
						d6d9b95ab2
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -136,11 +136,11 @@ in
 | 
				
			||||||
      "nofail"
 | 
					      "nofail"
 | 
				
			||||||
    ] ++ btrfs_options;
 | 
					    ] ++ btrfs_options;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  # fileSystems."/home/lelgenio/.local/mount/bigboy" = {
 | 
					  fileSystems."/home/lelgenio/.local/mount/old" = {
 | 
				
			||||||
  #   device = "/dev/disk/by-label/BTRFS_BIGBOY";
 | 
					    device = "/dev/disk/by-label/BTRFS_ROOT";
 | 
				
			||||||
  #   fsType = "btrfs";
 | 
					    fsType = "btrfs";
 | 
				
			||||||
  #   options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd;
 | 
					    options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd;
 | 
				
			||||||
  # };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
 | 
					  # 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
 | 
					  # (the default) this is the recommended approach. When using systemd-networkd it's
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue