Notes and cleanup

This commit is contained in:
Nicolas Jeannerod 2024-11-27 12:33:49 +01:00
parent f4f1ecdf71
commit 7c88d47fb8
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
2 changed files with 7 additions and 3 deletions

View file

@ -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 = {

View file

@ -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";