Switch to tootsuite version

This commit is contained in:
niten 2023-08-03 13:13:55 -07:00
parent 5d1e4acc41
commit 5836d356f1

View File

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