From b521eccf19eb69c9d659d1208d7a6ae16c80c134 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 4 Jun 2023 15:07:50 -0400 Subject: [PATCH] Tweak --- machines/pendulum/matrix.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/machines/pendulum/matrix.nix b/machines/pendulum/matrix.nix index 05e10aa..b80875a 100644 --- a/machines/pendulum/matrix.nix +++ b/machines/pendulum/matrix.nix @@ -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;