Move homelab services to oliverdavies.uk domain
This commit is contained in:
parent
f740c91a6c
commit
716cb791e9
14 changed files with 31 additions and 31 deletions
|
@ -5,14 +5,14 @@
|
|||
acceptTerms = true;
|
||||
|
||||
certs = {
|
||||
"opdavies.uk" = {
|
||||
domain = "opdavies.uk";
|
||||
"oliverdavies.uk" = {
|
||||
domain = "oliverdavies.uk";
|
||||
dnsProvider = "cloudflare";
|
||||
email = "oliver@oliverdavies.uk";
|
||||
environmentFile = config.age.secrets.cloudflare-opdavies-uk.path;
|
||||
environmentFile = config.age.secrets.cloudflare.path;
|
||||
webroot = null;
|
||||
|
||||
extraDomainNames = [ "*.opdavies.uk" ];
|
||||
extraDomainNames = [ "*.oliverdavies.uk" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
age.secrets = {
|
||||
cloudflare-opdavies-uk.file = ../../secrets/cloudflare-opdavies-uk.age;
|
||||
cloudflare.file = ../../secrets/cloudflare.age;
|
||||
tubearchivist.file = ../../secrets/tubearchivist.age;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue