aboutsummaryrefslogtreecommitdiff
path: root/systems/x86_64-linux/copenhagen/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2026-03-16 18:44:48 -0700
committerCaroline Larimore <caroline@larimo.re>2026-03-16 18:44:48 -0700
commit2e6defd49600fdfa1ca7eeb518be04fd2ce2013b (patch)
treeba2e12c0f3ca6e3112760952864700d6e76e1437 /systems/x86_64-linux/copenhagen/default.nix
parent22ea6ac15bea67ed2f4c9ed8292c3019ffd7c4b2 (diff)
matrix: continuwuity server
Diffstat (limited to 'systems/x86_64-linux/copenhagen/default.nix')
-rw-r--r--systems/x86_64-linux/copenhagen/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix
index d0659c6..4d0d665 100644
--- a/systems/x86_64-linux/copenhagen/default.nix
+++ b/systems/x86_64-linux/copenhagen/default.nix
@@ -64,6 +64,11 @@ with lib; with lib.${namespace}; {
host = "git.cxl.sh";
};
+ matrix = {
+ enable = true;
+ host = "cxl.sh";
+ };
+
unbound.enable = true;
};
};