11 lines
383 B
Nix
11 lines
383 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";
|
||
|
};
|
||
|
}
|