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
				
			
		|  | @ -58,6 +58,7 @@ | |||
|           folder = "leyla"; | ||||
|           user = "leyla"; | ||||
|           group = "leyla"; | ||||
|           bind = "/home/leyla/documents"; | ||||
|         } | ||||
|         { | ||||
|           folder = "eve"; | ||||
|  | @ -69,6 +70,12 @@ | |||
|           user = "root"; | ||||
|           group = "users"; | ||||
|         } | ||||
|         { | ||||
|           folder = "media"; | ||||
|           user = "jellyfin"; | ||||
|           group = "jellyfin_media"; | ||||
|           bind = config.host.jellyfin.media_directory; | ||||
|         } | ||||
|       ]; | ||||
|       nfs = { | ||||
|         enable = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue