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" = {
 | 
			
		||||
    device = "172.16.130.7:/nas/5749/syncthinng_data";
 | 
			
		||||
    fsType = "nfs";
 | 
			
		||||
    options = [ "nofail" ];
 | 
			
		||||
  };
 | 
			
		||||
  fileSystems."/var/lib/mastodon" = {
 | 
			
		||||
    device = "172.16.130.7:/nas/5749/mastodon";
 | 
			
		||||
    fsType = "nfs";
 | 
			
		||||
    options = [ "nofail" ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  swapDevices = [
 | 
			
		||||
    {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue