Get the image name for mastodon right

This commit is contained in:
niten 2023-08-03 23:08:07 -07:00
parent d589284f63
commit 1c58749c39
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:${toplevel.config.services.mastodonContainer.version}";
"tootsuite/mastodon:${toplevel.config.services.mastodonContainer.version}";
};
postgres = mkOption {