Use staging until DNS record is changed

This commit is contained in:
Sandro - 2022-06-28 20:50:15 +02:00
parent 2e0f8f7e69
commit f29ae80d1c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ in
mounts = [ "etc" "home" "var" ];
};
security.acme.defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
services.nginx = {
enable = true;
virtualHosts."wiki.c3d2.de" = {