From 7a485c5f9027fae9e0bf83b5097519af6a85bf7d 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 --- services/fediversity/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/fediversity/default.nix b/services/fediversity/default.nix index 5ff0883..b4a3172 100644 --- a/services/fediversity/default.nix +++ b/services/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;