Update to 23.05 #86
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -1,6 +1,7 @@ | ||||||
| { | { | ||||||
|   pkgs, |   pkgs, | ||||||
|   config, |   config, | ||||||
|  |   options, | ||||||
|   ... |   ... | ||||||
| }: let | }: let | ||||||
|   nextcloud = pkgs.nextcloud26; |   nextcloud = pkgs.nextcloud26; | ||||||
|  | @ -27,6 +28,12 @@ in { | ||||||
|       defaultPhoneRegion = "AT"; |       defaultPhoneRegion = "AT"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |     phpOptions = | ||||||
|  |       options.services.nextcloud.phpOptions.default | ||||||
|  |       // { | ||||||
|  |         "opcache.interned_strings_buffer" = "16"; | ||||||
|  |       }; | ||||||
|  | 
 | ||||||
|     extraApps = { |     extraApps = { | ||||||
|       inherit (pkgs.local) bookmarks calendar contacts cookbook news notes; |       inherit (pkgs.local) bookmarks calendar contacts cookbook news notes; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue