nextcloud: Update the service and apps for 22.11
This commit is contained in:
		
							parent
							
								
									411e075ef1
								
							
						
					
					
						commit
						b798efb2c0
					
				
					 6 changed files with 70 additions and 97 deletions
				
			
		|  | @ -3,14 +3,14 @@ | |||
|   config, | ||||
|   ... | ||||
| }: let | ||||
|   inherit (pkgs) fetchNextcloudApp; | ||||
|   nextcloud = pkgs.nextcloud24; | ||||
|   nextcloud = pkgs.nextcloud25; | ||||
|   hostName = "nextcloud.${config.services.nginx.domain}"; | ||||
| in { | ||||
|   services.nextcloud = { | ||||
|     inherit hostName; | ||||
| 
 | ||||
|     package = nextcloud; | ||||
|     enableBrokenCiphersForSSE = false; | ||||
|     enable = true; | ||||
|     maxUploadSize = "2G"; | ||||
|     https = true; | ||||
|  | @ -28,12 +28,6 @@ in { | |||
|     }; | ||||
| 
 | ||||
|     extraApps = { | ||||
|       # TODO(tlater): Seems like this won't work anymore from | ||||
|       # Nextcloud 25 onwards. | ||||
|       # | ||||
|       # Adopt whatever upstream does with this: | ||||
|       # https://github.com/nextcloud/server/issues/4917 | ||||
|       inherit (pkgs.local) apporder; | ||||
|       inherit (pkgs.local) bookmarks calendar contacts cookbook news notes; | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue