Ayo the pizza here (restructuring)
This commit is contained in:
16
hosts/remilia/mailserver.nix
Normal file
16
hosts/remilia/mailserver.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "mail.weirdnatto.in";
|
||||
domains = [ "weirdnatto.in" ];
|
||||
loginAccounts = {
|
||||
"natto@weirdnatto.in" = {
|
||||
hashedPasswordFile = "/var/secrets/natto@weirdnatto.in.key";
|
||||
aliases = ["@weirdnatto.in"];
|
||||
};
|
||||
};
|
||||
enablePop3 = false;
|
||||
enablePop3Ssl = false;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user