Added public domain
This commit is contained in:
parent
0d98bdeb0f
commit
03def204c7
3 changed files with 25 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
let
|
||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
||||
publicDomain = "pazpi.top";
|
||||
publicDomain = "pasetto.me";
|
||||
tsDomain = "tegola.pro";
|
||||
email = "pasettodavide@gmail.com";
|
||||
in
|
||||
|
|
@ -20,6 +20,11 @@ in
|
|||
owner = config.services.caddy.user;
|
||||
group = config.services.caddy.group;
|
||||
};
|
||||
cloudflare-pasetto-apiKey = {
|
||||
file = ../../secrets/cloudflare-pasetto-apiKey.age;
|
||||
owner = config.services.caddy.user;
|
||||
group = config.services.caddy.group;
|
||||
};
|
||||
};
|
||||
|
||||
my = {
|
||||
|
|
@ -111,6 +116,11 @@ in
|
|||
email = email;
|
||||
cloudflareApiKeyFile = config.age.secrets.cloudflare-tegola-apiKey.path;
|
||||
}
|
||||
{
|
||||
domain = publicDomain;
|
||||
email = email;
|
||||
cloudflareApiKeyFile = config.age.secrets.cloudflare-pasetto-apiKey.path;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue