forked from jan-leila/nix-config
		
	added legacy mount points back to horizon
This commit is contained in:
		
							parent
							
								
									f6e0b8684c
								
							
						
					
					
						commit
						abede83bfa
					
				
					 1 changed files with 15 additions and 18 deletions
				
			
		|  | @ -63,26 +63,23 @@ | |||
|       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