RM mail
This commit is contained in:
parent
696c10f7bc
commit
d566d9ef27
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
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