Where'd the extra foreslash come from?
This commit is contained in:
parent
e9cba22f53
commit
d589284f63
|
@ -129,7 +129,7 @@ in {
|
|||
type = str;
|
||||
description = "Docker image to use for Mastodon.";
|
||||
default =
|
||||
"ghcr.io//mastodon:${toplevel.config.services.mastodonContainer.version}";
|
||||
"ghcr.io/mastodon:${toplevel.config.services.mastodonContainer.version}";
|
||||
};
|
||||
|
||||
postgres = mkOption {
|
||||
|
|
Loading…
Reference in New Issue