Switch to tootsuite version

This commit is contained in:
niten 2023-08-03 13:13:55 -07:00
parent 5d1e4acc41
commit 5836d356f1
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ in {
type = str;
description = "Docker image to use for Mastodon.";
default =
"ghcr.io/mastodon/mastodon:${toplevel.config.services.mastodonContainer.version}";
"ghcr.io/tootsuite/mastodon:${toplevel.config.services.mastodonContainer.version}";
};
postgres = mkOption {