From 7941dbd14dfb95ca18c4198dc0db1419dd0b95cc Mon Sep 17 00:00:00 2001 From: Jimbo Date: Fri, 23 Aug 2024 01:08:26 -0400 Subject: [PATCH] Close the nextcloud bracket --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -