This commit is contained in:
Nathan McCarty 2023-06-04 15:07:50 -04:00
parent fded4d98cd
commit b521eccf19
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 5 deletions

View File

@ -64,11 +64,7 @@
};
# Configure the vhost for the domain
services.nginx.virtualHosts = let
fqdn = let
join = hostName: domain:
hostName + lib.optionalString (domain != null) ".${domain}";
in join config.networking.hostName config.networking.domain;
services.nginx.virtualHosts = let fqdn = "matrix.community.rs";
in {
"community.rs" = {
enableACME = true;