diff --git a/configuration.nix b/configuration.nix index 901e41e..40ca283 100644 --- a/configuration.nix +++ b/configuration.nix @@ -219,6 +219,7 @@ in trusted_domains = [ "cloud.${cornDomain}" ]; overwriteprotocol = "https"; }; + }; # Get certificates for Coturn security.acme = { @@ -267,4 +268,3 @@ in # Don't change this system.stateVersion = "24.05"; } -