From 8ff7c1219a149386c753e2618f35507b0258f91c Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 21 Jan 2025 14:31:56 +0100 Subject: feat(modules/mastodon): init on server3 --- hosts/by-name/server3/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/by-name') diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 41d69f8..470275b 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -6,6 +6,12 @@ vhack = { fail2ban.enable = true; + mastodon = { + enable = true; + domain = "mastodon.vhack.eu"; + enableTLD = false; + tld = "vhack.eu"; + }; miniflux = { enable = true; domain = "miniflux.foss-syndicate.org"; -- cgit 1.4.1