infrastructure/hosts/hydrogen/services/acme/default.nix

7 lines
103 B
Nix
Raw Normal View History

{ ... }: {
security.acme = {
acceptTerms = true;
defaults.email = "acme@fainsin.bzh";
};
}