Homelab updates
- Change domain to opdavies.uk as this works with HTTPS/SSL. - Switch Nginx to Caddy.
This commit is contained in:
parent
f43069adac
commit
07fde36fb0
17 changed files with 98 additions and 64 deletions
|
@ -3,13 +3,16 @@
|
|||
{
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "oliver@oliverdavies.uk";
|
||||
defaults.environmentFile = config.age.secrets.cloudflare.path;
|
||||
|
||||
defaults = {
|
||||
dnsProvider = "cloudflare";
|
||||
email = "oliver@oliverdavies.uk";
|
||||
environmentFile = config.age.secrets.cloudflare.path;
|
||||
webroot = null;
|
||||
};
|
||||
|
||||
certs."oliverdavies.uk" = {
|
||||
domain = "oliverdavies.uk";
|
||||
dnsProvider = "cloudflare";
|
||||
webroot = null;
|
||||
|
||||
extraDomainNames = [
|
||||
# TODO Refactor to use a wildcard certificate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue