remove acme because proxy is already doing it
This commit is contained in:
parent
33c5971929
commit
76d009d5df
1 changed files with 0 additions and 4 deletions
|
|
@ -4,10 +4,6 @@ let
|
||||||
ip = "10.42.97.3";
|
ip = "10.42.97.3";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
security.acme.certs."${domain}" = {
|
|
||||||
domain = "${domain}";
|
|
||||||
group = "gitea";
|
|
||||||
};
|
|
||||||
services.nginx.virtualHosts."${domain}" = {
|
services.nginx.virtualHosts."${domain}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue