forked from jan-leila/nix-config
		
	enabled jellyfin for defiant
This commit is contained in:
		
							parent
							
								
									194287e22a
								
							
						
					
					
						commit
						2a3501fea4
					
				
					 3 changed files with 32 additions and 19 deletions
				
			
		|  | @ -51,20 +51,20 @@ in { | |||
|           ]; | ||||
|         }; | ||||
| 
 | ||||
|         host.storage.pool.extraDatasets = [ | ||||
|           { | ||||
|             # sops age key needs to be available to pre persist for user generation | ||||
|             "persist/system/jellyfin" = { | ||||
|               type = "zfs_fs"; | ||||
|               mountpoint = "/persist/system/jellyfin"; | ||||
|               options = { | ||||
|                 atime = "off"; | ||||
|                 relatime = "off"; | ||||
|                 canmount = "on"; | ||||
|               }; | ||||
|         fileSystems."/persist/system/jellyfin".neededForBoot = true; | ||||
| 
 | ||||
|         host.storage.pool.extraDatasets = { | ||||
|           # sops age key needs to be available to pre persist for user generation | ||||
|           "persist/system/jellyfin" = { | ||||
|             type = "zfs_fs"; | ||||
|             mountpoint = "/persist/system/jellyfin"; | ||||
|             options = { | ||||
|               atime = "off"; | ||||
|               relatime = "off"; | ||||
|               canmount = "on"; | ||||
|             }; | ||||
|           } | ||||
|         ]; | ||||
|           }; | ||||
|         }; | ||||
|       }) | ||||
|     ] | ||||
|   ); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue