2023-05-28 06:14:48 +01:00
|
|
|
{ options, lib, config, ... }:
|
2023-02-15 05:06:10 +00:00
|
|
|
|
2023-02-11 02:29:48 +00:00
|
|
|
{
|
2023-05-28 06:14:48 +01:00
|
|
|
config.security.acme = {
|
2022-07-17 19:30:45 +01:00
|
|
|
acceptTerms = true;
|
|
|
|
defaults = {
|
2023-05-28 06:14:48 +01:00
|
|
|
email = "letsencrypt@depasquale.giugl.io";
|
2022-07-17 19:30:45 +01:00
|
|
|
};
|
|
|
|
};
|
2021-10-06 18:17:06 +01:00
|
|
|
}
|