about summary refs log tree commit diff
path: root/modules/server/acme/default.nix
blob: f672a7f9e191ea1531e979d8bcfd988bf4f79686 (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }:

{
  security.acme.acceptTerms = true;

  # TODO: email to root?
  security.acme.email = "hi@alyssa.is";
}