forked from jan-leila/nix-config
		
	added more config for nfs mounts
This commit is contained in:
		
							parent
							
								
									f5c67b812f
								
							
						
					
					
						commit
						1e98b54454
					
				
					 6 changed files with 27 additions and 10 deletions
				
			
		|  | @ -47,13 +47,13 @@ | |||
|       options = ["fmask=0022" "dmask=0022"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/leyla_home" = { | ||||
|     "/mnt/leyla_documents" = { | ||||
|       device = "defiant:/exports/leyla"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/users_home" = { | ||||
|     "/mnt/users_documents" = { | ||||
|       device = "defiant:/exports/users"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue