Close the nextcloud bracket

This commit is contained in:
Jimbo 2024-08-23 01:08:26 -04:00
parent 8103e7b0f4
commit 7941dbd14d

View file

@ -219,6 +219,7 @@ in
trusted_domains = [ "cloud.${cornDomain}" ]; trusted_domains = [ "cloud.${cornDomain}" ];
overwriteprotocol = "https"; overwriteprotocol = "https";
}; };
};
# Get certificates for Coturn # Get certificates for Coturn
security.acme = { security.acme = {
@ -267,4 +268,3 @@ in
# Don't change this # Don't change this
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }