diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-03-16 18:44:48 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-03-16 18:44:48 -0700 |
| commit | 2e6defd49600fdfa1ca7eeb518be04fd2ce2013b (patch) | |
| tree | ba2e12c0f3ca6e3112760952864700d6e76e1437 /systems | |
| parent | 22ea6ac15bea67ed2f4c9ed8292c3019ffd7c4b2 (diff) | |
matrix: continuwuity server
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 5 |
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; }; }; |