Use ACME for certificates
Simplifies a lot the configuration. It eliminates the overlay and it accepts the key via environment file
This commit is contained in:
parent
191119d1f1
commit
d86ded0d74
4 changed files with 77 additions and 22 deletions
|
|
@ -58,7 +58,12 @@ in
|
|||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||
};
|
||||
|
||||
caddy.enable = true;
|
||||
caddy = {
|
||||
enable = true;
|
||||
email = "pasettodavide@gmail.com";
|
||||
domain = "tegola.pro";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue