forked from Fediversity/Fediversity
Fix typo
This commit is contained in:
parent
3f3e70eab5
commit
7a485c5f90
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue