summary refs log tree commit diff stats
path: root/hosts/by-name
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-21 15:04:25 +0100
committerSilas Schöffel <sils@sils.li>2025-01-21 16:05:26 +0100
commit03777c3d8c67b8b21155c1cdccb56f451cfee089 (patch)
tree27192665a618181e38c90a7b9a86983f32c2fabe /hosts/by-name
parentfeat(modules/mastodon): init on server3 (diff)
downloadnixos-server-03777c3d8c67b8b21155c1cdccb56f451cfee089.zip
feat(modules/matrix): init on server3
Diffstat (limited to 'hosts/by-name')
-rw-r--r--hosts/by-name/server3/configuration.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix
index 470275b..13cd833 100644
--- a/hosts/by-name/server3/configuration.nix
+++ b/hosts/by-name/server3/configuration.nix
@@ -12,6 +12,11 @@
       enableTLD = false;
       tld = "vhack.eu";
     };
+    matrix = {
+      enable = true;
+      fqdn = "matrix.vhack.eu";
+      url = "vhack.eu";
+    };
     miniflux = {
       enable = true;
       domain = "miniflux.foss-syndicate.org";