From 1c58749c39b0f1d0dfa264dfb76093e2f6faa2cb Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 3 Aug 2023 23:08:07 -0700 Subject: [PATCH] Get the image name for mastodon right --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {