11 lines
451 B
Nix
11 lines
451 B
Nix
{
|
|
security.acme.acceptTerms = true;
|
|
security.acme.certs = {
|
|
"git.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"vaultwarden.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"video.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"files.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"www.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
"cloud.vatthauer.xyz".email = "leonvatthauer@outlook.com";
|
|
};
|
|
}
|