From 8e03b4b34ee46beb94fe7cbab17d2e4537507361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 11 Nov 2024 16:36:33 +0100 Subject: [PATCH] Fix typo --- fediversity/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fediversity/default.nix b/fediversity/default.nix index 5ff0883..b4a3172 100644 --- a/fediversity/default.nix +++ b/fediversity/default.nix @@ -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;