glenn mail
This commit is contained in:
parent
5b8103188c
commit
44d0bd0b98
3
mail.nix
3
mail.nix
|
@ -20,6 +20,9 @@ in
|
||||||
hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash";
|
hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash";
|
||||||
aliases = ["info@sondell.org"];
|
aliases = ["info@sondell.org"];
|
||||||
};
|
};
|
||||||
|
"glenn@sondell.org" = {
|
||||||
|
hashedPasswordFile = "/etc/nixos/.secrets/mailpw.hash";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
|
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
|
||||||
|
|
Loading…
Reference in a new issue