This commit is contained in:
Nicolas Jeannerod 2024-11-11 16:36:33 +01:00
parent c1dcdfe493
commit 8e03b4b34e
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -102,7 +102,7 @@ in {
};
mastodon.domain = mkOption {
type = types.str;
default = "mastdodon.${config.fediversity.domain}";
default = "mastodon.${config.fediversity.domain}";
};
peertube.domain = mkOption {
type = types.str;