Fix typo
This commit is contained in:
parent
c1dcdfe493
commit
8e03b4b34e
|
@ -102,7 +102,7 @@ in {
|
||||||
};
|
};
|
||||||
mastodon.domain = mkOption {
|
mastodon.domain = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "mastdodon.${config.fediversity.domain}";
|
default = "mastodon.${config.fediversity.domain}";
|
||||||
};
|
};
|
||||||
peertube.domain = mkOption {
|
peertube.domain = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
|
Reference in a new issue