diff --git a/mastodon-container.nix b/mastodon-container.nix index 3666de7..886955d 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -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 {