monolith move music to hard drive
This commit is contained in:
		
							parent
							
								
									33ccac86fb
								
							
						
					
					
						commit
						9359b99b8a
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -53,6 +53,11 @@ in {
 | 
			
		|||
    fsType = "btrfs";
 | 
			
		||||
    options = [ "subvol=@torrents" "nofail" ] ++ btrfs_options;
 | 
			
		||||
  };
 | 
			
		||||
  fileSystems."/home/lelgenio/Música" = {
 | 
			
		||||
    device = "/dev/disk/by-label/BTRFS_DATA";
 | 
			
		||||
    fsType = "btrfs";
 | 
			
		||||
    options = [ "subvol=@music" "nofail" ] ++ btrfs_options;
 | 
			
		||||
  };
 | 
			
		||||
  services.udev.extraRules = ''
 | 
			
		||||
    ACTION=="add", SUBSYSTEM=="pci", DRIVER=="pcieport", ATTR{power/wakeup}="disabled"
 | 
			
		||||
  '';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue