summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/mastodon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix
index 6fb821e..3a983c3 100644
--- a/system/services/mastodon/default.nix
+++ b/system/services/mastodon/default.nix
@@ -11,7 +11,7 @@ in {
fromAddress = emailAddress;
user = emailAddress;
host = "server1.vhack.eu";
- passwordFile = "${config.age.secrets.mastdonMail.path}";
+ passwordFile = "${config.age.secrets.mastodonMail.path}";
};
};
}