acme: Don't attempt to get certs if the domain is wrong

This commit is contained in:
Tristan Daniël Maat 2024-03-03 01:06:52 +01:00
parent 88494da98b
commit be67bc49bb
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 23 additions and 5 deletions

View file

@ -6,6 +6,8 @@
# Required for the lish console
boot.kernelParams = ["console=ttyS0,19200n8"];
services.nginx.domain = "tlater.net";
boot.loader = {
# Timeout to allow lish to connect
timeout = 10;