summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-26 21:58:55 +0100
committerandromeda <andromeda@lenovo>2026-01-26 21:58:55 +0100
commit0647d9a8e0d54005b58b286f5caf8e944de3f7f8 (patch)
tree65b9a0f3bd402fdfe5d7c2d604b7dbc2e05cdc8b /modules
parent8c0db96ca409b93313111352a2cc454281c8285e (diff)
fix certs?
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/mailserver.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/nixos/mailserver.nix b/modules/nixos/mailserver.nix
index ada51f4..500fea3 100644
--- a/modules/nixos/mailserver.nix
+++ b/modules/nixos/mailserver.nix
@@ -37,6 +37,14 @@
forceSSL = true;
enableACME = true;
};
+ "matrix.${config.networking.domain}" = {
+ forceSSL = true;
+ enableACME = true;
+ };
+ "${config.networking.domain}" = {
+ forceSSL = true;
+ enableACME = true;
+ };
};
};
security.acme = {