set useAcmehost to null
This commit is contained in:
parent
a4c735ec17
commit
1e8d26bc6e
1 changed files with 1 additions and 1 deletions
2
tide.nix
2
tide.nix
|
|
@ -11,7 +11,7 @@
|
||||||
# Reuse the wildcard cert already issued for *.${domainName}
|
# Reuse the wildcard cert already issued for *.${domainName}
|
||||||
# in configuration.nix instead of requesting a new one per
|
# in configuration.nix instead of requesting a new one per
|
||||||
# subdomain.
|
# subdomain.
|
||||||
nginx.useACMEHost = domainName;
|
nginx.useACMEHost = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Don't fail evaluation when secrets/tide.yaml is missing (e.g.
|
# Don't fail evaluation when secrets/tide.yaml is missing (e.g.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue