os/hosts/cube/acme.nix

9 lines
118 B
Nix
Raw Normal View History

2022-08-13 09:12:00 +00:00
{ pkgs, config, ... }:
{
security.acme = {
acceptTerms = true;
defaults.email = "hensoko@gssws.de";
};
}