mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 05:57:46 +00:00
Add Matrix link
This commit is contained in:
parent
1f723b694c
commit
6eda24d407
2 changed files with 1 additions and 7 deletions
|
@ -148,13 +148,6 @@
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
services.nginx = mkIf cfg.configureNginx {
|
||||
enable = true;
|
||||
|
||||
recommendedGzipSettings = mkDefault true;
|
||||
recommendedOptimisation = mkDefault true;
|
||||
recommendedProxySettings = mkDefault true;
|
||||
recommendedTlsSettings = mkDefault true;
|
||||
|
||||
virtualHosts.${cfg.url} = {
|
||||
forceSSL = true;
|
||||
useACMEHost = cfg.url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue