forked from jan-leila/nix-config
		
	updated nfs mounts
This commit is contained in:
		
							parent
							
								
									0e5d8e3335
								
							
						
					
					
						commit
						f5c67b812f
					
				
					 2 changed files with 6 additions and 30 deletions
				
			
		|  | @ -38,41 +38,23 @@ | |||
|       fsType = "vfat"; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/new_leyla_home" = { | ||||
|     "/mnt/leyla_home" = { | ||||
|       device = "defiant:/exports/leyla"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/new_eve_home" = { | ||||
|     "/mnt/eve_home" = { | ||||
|       device = "defiant:/exports/eve"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/new_users_home" = { | ||||
|     "/mnt/users_home" = { | ||||
|       device = "defiant:/exports/users"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/leyla_home" = { | ||||
|       device = "server.arpa:/home/leyla"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/share_home" = { | ||||
|       device = "server.arpa:/home/share"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; | ||||
|     }; | ||||
| 
 | ||||
|     "/mnt/docker_home" = { | ||||
|       device = "server.arpa:/home/docker"; | ||||
|       fsType = "nfs"; | ||||
|       options = ["x-systemd.automount" "noauto" "x-systemd.idle-timeout=600"]; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue