hosts/athame+services/mail: Cleanup

This commit is contained in:
kat witch 2021-04-27 22:27:53 +01:00
parent fbef9f2cd8
commit b81b82a065
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 9 additions and 3 deletions

View file

@ -62,10 +62,8 @@ with lib;
hexchen.network = {
enable = true;
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";
# if server, enable this and set endpoint:
listen.enable = false;
listen.endpoints =
[ ];
listen.endpoints = [ ];
};
system.stateVersion = "20.09";
}

View file

@ -82,6 +82,14 @@ with lib;
txt.value = tf.variables.domainkey_kitty.ref;
};
secrets.files = {
kat_mail_hash = {
source = ../private/files/mail/kat-pw-hash;
owner = "kat";
group = "users";
};
};
mailserver = {
enable = true;
fqdn = "athame.kittywit.ch";