Get the image name for mastodon right
This commit is contained in:
parent
d589284f63
commit
1c58749c39
|
@ -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:${toplevel.config.services.mastodonContainer.version}";
|
"tootsuite/mastodon:${toplevel.config.services.mastodonContainer.version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
postgres = mkOption {
|
postgres = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue