forked from fediversity/fediversity
		
	Notes and cleanup
This commit is contained in:
		
							parent
							
								
									f4f1ecdf71
								
							
						
					
					
						commit
						7c88d47fb8
					
				
					 2 changed files with 7 additions and 3 deletions
				
			
		|  | @ -76,9 +76,6 @@ lib.mkIf (config.fediversity.enable && config.fediversity.mastodon.enable) { | |||
|       fromAddress = "noreply@${config.fediversity.internal.mastodon.domain}"; | ||||
|       createLocally = false; | ||||
|     }; | ||||
| 
 | ||||
|     # TODO: this is hardware-dependent. let's figure it out when we have hardware | ||||
|     # streamingProcesses = 1; | ||||
|   }; | ||||
| 
 | ||||
|   security.acme = { | ||||
|  |  | |||
|  | @ -1,4 +1,10 @@ | |||
| ## This file is a basic test of Mastodon functionalities. | ||||
| ## | ||||
| ## NOTE: This test will fail for Mastodon < 4.3 because of | ||||
| ## https://github.com/mastodon/mastodon/issues/31145 | ||||
| 
 | ||||
| { pkgs, self }: | ||||
| 
 | ||||
| let | ||||
|   lib = pkgs.lib; | ||||
| 
 | ||||
|  | @ -35,6 +41,7 @@ let | |||
|         driver.close() | ||||
|       ''; | ||||
| in | ||||
| 
 | ||||
| pkgs.nixosTest { | ||||
|   name = "test-mastodon-garage"; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue