gerd.forgejo: minor temp solution until we can get a cert again...
This commit is contained in:
parent
f792e23584
commit
eeabaec9f9
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
};
|
||||
|
||||
# TODO(eyJhb): remove after our ban expires (and nginx config)
|
||||
# already issued for this exact set of domains in the last 168 hours: git.fricloud.dk, retry after 2024-08-10T01:34:44Z
|
||||
security.acme.certs."git.fricloud.dk".extraDomainNames = [ "git2.fricloud.dk" ];
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts."git.fricloud.dk" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue