Caldav (wip mail)
This commit is contained in:
parent
5c69ae8390
commit
edbef36e0e
9 changed files with 134 additions and 4 deletions
24
clients/quadraticserver/mail.nix
Normal file
24
clients/quadraticserver/mail.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
# imports = [inputs.simple-nixos-mailserver.nixosModule];
|
||||
|
||||
# mailserver = {
|
||||
# enable = true;
|
||||
# fqdn = "mail2.henryhiles.com";
|
||||
# domains = ["mail2.henryhiles.com"];
|
||||
|
||||
# loginAccounts = {
|
||||
# "henry@henryhiles.com" = {
|
||||
# hashedPasswordFile = config.age.secrets."mailPassword.age".path;
|
||||
# aliases = ["contact@henryhiles.com"];
|
||||
# };
|
||||
# };
|
||||
|
||||
# certificateScheme = "acme";
|
||||
# };
|
||||
|
||||
# services.caddy.virtualHosts."mail2.henryhiles.com" = {}; # To get Let's Encrypt cert
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue