summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-21 14:31:56 +0100
committerSilas Schöffel <sils@sils.li>2025-01-21 14:31:56 +0100
commit8ff7c1219a149386c753e2618f35507b0258f91c (patch)
tree7800a23be7d76feea925620c2af91fe2a165269c /hosts
parentfix(peertube): migrate to server3 (diff)
downloadnixos-server-8ff7c1219a149386c753e2618f35507b0258f91c.zip
feat(modules/mastodon): init on server3
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";