diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-21 14:31:56 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-21 14:31:56 +0100 |
commit | 8ff7c1219a149386c753e2618f35507b0258f91c (patch) | |
tree | 7800a23be7d76feea925620c2af91fe2a165269c /hosts/by-name | |
parent | fix(peertube): migrate to server3 (diff) | |
download | nixos-server-8ff7c1219a149386c753e2618f35507b0258f91c.zip |
feat(modules/mastodon): init on server3
Diffstat (limited to 'hosts/by-name')
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 6 |
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"; |