forked from jan-leila/nix-config
		
	added more options to leyla home mount
This commit is contained in:
		
							parent
							
								
									b0e4ab8f6d
								
							
						
					
					
						commit
						b724600097
					
				
					 1 changed files with 19 additions and 19 deletions
				
			
		|  | @ -41,7 +41,7 @@ | |||
|       { | ||||
|         device = "defiant:/home/leyla"; | ||||
|         fsType = "nfs"; | ||||
|         options = [ "fsc" "x-systemd.automount" "soft" "x-systemd.idle-timeout=600" ]; | ||||
|         options = [ "x-systemd.automount" "user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|       }; | ||||
| 
 | ||||
|     "/mnt/eve_home" = | ||||
|  | @ -65,26 +65,26 @@ | |||
|         options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|       }; | ||||
| 
 | ||||
|     "/mnt/legacy_leyla_home" = | ||||
|       { | ||||
|         device = "server.arpa:/home/leyla"; | ||||
|         fsType = "nfs"; | ||||
|         options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|       }; | ||||
|     # "/mnt/legacy_leyla_home" = | ||||
|     #   { | ||||
|     #     device = "server.arpa:/home/leyla"; | ||||
|     #     fsType = "nfs"; | ||||
|     #     options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|     #   }; | ||||
| 
 | ||||
|     "/mnt/legacy_share_home" = | ||||
|       { | ||||
|         device = "server.arpa:/home/share"; | ||||
|         fsType = "nfs"; | ||||
|         options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|       }; | ||||
|     # "/mnt/legacy_share_home" = | ||||
|     #   { | ||||
|     #     device = "server.arpa:/home/share"; | ||||
|     #     fsType = "nfs"; | ||||
|     #     options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|     #   }; | ||||
| 
 | ||||
|     "/mnt/legacy_docker_home" = | ||||
|       { | ||||
|         device = "server.arpa:/home/docker"; | ||||
|         fsType = "nfs"; | ||||
|         options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; | ||||
|       }; | ||||
|     # "/mnt/legacy_docker_home" = | ||||
|     #   { | ||||
|     #     device = "server.arpa:/home/docker"; | ||||
|     #     fsType = "nfs"; | ||||
|     #     options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; | ||||
|     #   }; | ||||
|   }; | ||||
| 
 | ||||
|   services.cachefilesd.enable = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue