From 7e16fa24fce05962c3a741df8b58e82507ae8bfe Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sat, 25 Jan 2025 22:05:41 +0100 Subject: feat(mastodon): make secrets configurable --- hosts/by-name/server3/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/by-name/server3/configuration.nix') diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 7337148..2afc79f 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -17,6 +17,7 @@ domain = "mastodon.vhack.eu"; enableTLD = false; tld = "vhack.eu"; + mailPwFile = ./secrets/mastodon/mail.age; }; matrix = { enable = true; -- cgit 1.4.1