forked from Fediversity/Fediversity
Notes and cleanup
This commit is contained in:
parent
f4f1ecdf71
commit
7c88d47fb8
|
@ -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…
Reference in a new issue