From 5836d356f19a7ac695cad27edb6e8a76085481a0 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 3 Aug 2023 13:13:55 -0700 Subject: [PATCH] Switch to tootsuite version --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index 673b9ae..a9c1740 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/mastodon:${toplevel.config.services.mastodonContainer.version}"; + "ghcr.io/tootsuite/mastodon:${toplevel.config.services.mastodonContainer.version}"; }; postgres = mkOption {