all: use default CA from caddy
This commit is contained in:
parent
da0c6e16b1
commit
2413dd7935
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ inputs, pkgs, ... }: {
|
{ inputs, pkgs, ... }: {
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acmeCA = "https://acme-v02.api.letsencrypt.org/directory";
|
|
||||||
package = inputs.caddy.packages.${pkgs.system}.caddy;
|
package = inputs.caddy.packages.${pkgs.system}.caddy;
|
||||||
email = "admin@acomputer.lol";
|
email = "admin@acomputer.lol";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue