From b8f786bf568187f83da586df9e5d354e79b59cb2 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 12 Oct 2023 20:56:51 +0200 Subject: fix(system/services/mastodon): correct age secret path --- system/services/mastodon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/services/mastodon') 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}"; }; }; } -- cgit 1.4.1