forked from jan-leila/nix-config
		
	added groups and users to impermanence directories
This commit is contained in:
		
							parent
							
								
									a4e308650f
								
							
						
					
					
						commit
						e97061ab64
					
				
					 4 changed files with 25 additions and 5 deletions
				
			
		|  | @ -46,8 +46,16 @@ in { | |||
|           enable = true; | ||||
|           hideMounts = true; | ||||
|           directories = [ | ||||
|             jellyfin_data_directory | ||||
|             jellyfin_cache_directory | ||||
|             { | ||||
|               directory = jellyfin_data_directory; | ||||
|               user = "jellyfin"; | ||||
|               group = "jellyfin"; | ||||
|             } | ||||
|             { | ||||
|               directory = jellyfin_cache_directory; | ||||
|               user = "jellyfin"; | ||||
|               group = "jellyfin"; | ||||
|             } | ||||
|           ]; | ||||
|         }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue