10 lines
382 B
Nix
10 lines
382 B
Nix
{
|
|
security.acme.acceptTerms = true;
|
|
security.acme.certs = {
|
|
"git.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"bitwarden.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"video.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"files.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
};
|
|
}
|