Fix up well known host

This commit is contained in:
Nathan McCarty 2023-06-04 15:02:57 -04:00
parent 665ab81328
commit 37002c2b58
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
hostName + lib.optionalString (domain != null) ".${domain}";
in join config.networking.hostName config.networking.domain;
in {
"${config.networking.domain}" = {
"matrix.community.rs" = {
enableACME = true;
forceSSL = true;