phantom: add mastodon storage device
This commit is contained in:
		
							parent
							
								
									be3686db82
								
							
						
					
					
						commit
						75da9cfb7b
					
				
					 1 changed files with 5 additions and 6 deletions
				
			
		| 
						 | 
					@ -1,15 +1,14 @@
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
  config,
 | 
					 | 
				
			||||||
  pkgs,
 | 
					 | 
				
			||||||
  inputs,
 | 
					 | 
				
			||||||
  ...
 | 
					 | 
				
			||||||
}:
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  fileSystems."/var/lib/syncthing-data" = {
 | 
					  fileSystems."/var/lib/syncthing-data" = {
 | 
				
			||||||
    device = "172.16.130.7:/nas/5749/syncthinng_data";
 | 
					    device = "172.16.130.7:/nas/5749/syncthinng_data";
 | 
				
			||||||
    fsType = "nfs";
 | 
					    fsType = "nfs";
 | 
				
			||||||
    options = [ "nofail" ];
 | 
					    options = [ "nofail" ];
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					  fileSystems."/var/lib/mastodon" = {
 | 
				
			||||||
 | 
					    device = "172.16.130.7:/nas/5749/mastodon";
 | 
				
			||||||
 | 
					    fsType = "nfs";
 | 
				
			||||||
 | 
					    options = [ "nofail" ];
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  swapDevices = [
 | 
					  swapDevices = [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue