acme: Don't attempt to get certs if the domain is wrong
This commit is contained in:
parent
88494da98b
commit
be67bc49bb
5 changed files with 23 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue