acme: Don't attempt to get certs if the domain is wrong
This commit is contained in:
parent
ddda6f534b
commit
1c6e7ec106
4 changed files with 21 additions and 5 deletions
configuration/hardware-specific
|
@ -7,7 +7,7 @@
|
|||
networking.hostName = "testvm";
|
||||
# Sets the base domain for nginx to localhost so that we
|
||||
# can easily test locally with the VM.
|
||||
services.nginx.domain = lib.mkOverride 99 "localhost";
|
||||
services.nginx.domain = "localhost";
|
||||
|
||||
# Use the staging secrets
|
||||
sops.defaultSopsFile = lib.mkOverride 99 ../../keys/staging.yaml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue