aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/by-name/server3/configuration.nix6
1 files changed, 6 insertions, 0 deletions
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";