summary refs log tree commit diff stats
path: root/hosts/by-name
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";