summaryrefslogtreecommitdiff
path: root/modules/nixos/mailserver.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-16 16:52:00 +0200
committerandromeda <andromeda@lenovo>2026-04-16 16:52:00 +0200
commit055657e082af56d51524b7dd942d468e296634ab (patch)
treef4578dc9d23e3584e3091e86e1266889749e0ea6 /modules/nixos/mailserver.nix
parenta6ad2a25be9ba7d7aa442d1340ee2a494f1ff2ef (diff)
stash
Diffstat (limited to 'modules/nixos/mailserver.nix')
-rw-r--r--modules/nixos/mailserver.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/nixos/mailserver.nix b/modules/nixos/mailserver.nix
index eb4d45d..300b78e 100644
--- a/modules/nixos/mailserver.nix
+++ b/modules/nixos/mailserver.nix
@@ -37,10 +37,6 @@
forceSSL = true;
enableACME = true;
};
- "matrix.${config.networking.domain}" = {
- forceSSL = true;
- enableACME = true;
- };
"${config.networking.domain}" = {
forceSSL = true;
enableACME = true;