This commit is contained in:
Nicolas Jeannerod 2024-11-11 16:36:33 +01:00 committed by Valentin Gagarin
parent 3f3e70eab5
commit 7a485c5f90

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;