Emelie Graven
e5e4d3688c
Added the hetzner VPS capetillo and enabled nginx, simple-nixos-mailserver and backups.
10 lines
111 B
Nix
10 lines
111 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
security.acme = {
|
|
acceptTerms = true;
|
|
email = "admin+certs@nixaalb.org";
|
|
};
|
|
}
|
|
|