forked from fabian/nix
		
	vps: add nas exports for immich and syncthing
This commit is contained in:
		
							parent
							
								
									22eecd6e66
								
							
						
					
					
						commit
						7748c67e45
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		|  | @ -13,5 +13,17 @@ in { | |||
|       fsType = "nfs"; | ||||
|       options = ["nofail" "noatime"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/export2178" = { | ||||
|       device = "172.16.129.151:/nas/5876/immich"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["nofail" "noatime"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/export2179" = { | ||||
|       device = "172.16.131.31:/nas/5876/syncthing"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["nofail"]; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue